TcxScrollBar.PageSize Property
Specifies the thumb size.
Declaration
property PageSize: Integer read; write;
Property Value
Type |
---|
Integer |
Remarks
Use this property to scale the thumb based on the scrollable range specified via the Min and Max properties. The thumb size indicates the ratio of the PageSize property value to the entire scrollable range. If a 0 is assigned to this property, the thumb assumes the size that is used in system scrollbars.
The default value of the PageSize property is 0.
See Also