TdxZoomTrackBarRangeOptions.PageSize Property
Specifies the amount by which the slider’s position is changed when clicking the zoom track bar or pressing the Page Up or Page Down key when the zoom track bar editor is focused.
Declaration
property PageSize: TcxNaturalNumber read; write; default 20;
Property Value
Type | Default |
---|---|
TcxNaturalNumber | 20 |
Remarks
This property offers the same functionality as the Properties.PageSize property of a normal track bar editor. The only difference between them is that in the zoom track bar editor, the PageSize property is applied only to one of track bar scale ranges (that which is associated with the current TdxZoomTrackBarRangeOptions class instance). Refer to the TcxCustomTrackBarProperties.PageSize property description to learn more about this property.
The default value of the PageSize property is 20.
See Also