TcxScrollBoxScrollBarOptions.Range Property
Specifies the upper limit for the scroll box.
Declaration
property Range: Integer read; write;
Property Value
Type |
---|
Integer |
Remarks
The upper limit is determined automatically if the scroll container’s AutoScroll property is True. In the auto-scrolling mode, the Margin property affects the Range property.
If the Range property is specified, the scroll container’s AutoScroll property is automatically disabled.
The scroll box’s position within the scrollbar is specified via the Position property.
See Also