TcxScrollBoxScrollBarOptions.Margin Property
Specifies the scroll container padding.
Declaration
property Margin: Word read; write; default 0;
Property Value
Type | Default |
---|---|
Word | 0 |
Remarks
The padding affects the scroll box’s upper limit (see the Range property). The Margin property is in effect if the scroll container’s AutoScroll property is True.
The default value of the Margin property is 0.
See Also