ScaleMode
Selecting the scaling of the keys:
- None: No scaling of the keys
- ScaleToFill: The entire control is completely filled in. The proportions of the keys are not taken into account.
- ScaleToFit: The keys are displayed as large as possible without exceeding the margins of the control.
The proportions of the keys are maintained. - ScaleToFitWidth: The keys are displayed across the entire width of the control, regardless of whether they exceed the limits of the control.
The proportions of the keys are maintained. - ScaletoFitHeight: The keys are displayed across the entire height of the control, regardless of whether they exceed the limits of the control.
The proportions of the keys are maintained.
Schema: tchmi:framework#/definitions/ScaleMode
Origin: Keyboard
See also
Attribute getter: getScaleMode
Attribute setter: setScaleMode
Available from 1.8 |