TcxScrollBoxScrollBarOptions.Increment Property
In This Article
Specifies the amount by which the scroll box’s position changes when clicking scrollbar buttons.
The default value of the Increment property is 8.
#Declaration
Delphi
property Increment: TScrollBarInc read; write; default 8;
#Property Value
Type | Default |
---|---|
TScroll |
8 |
See Also