Skip to main content

TcxScrollBar.SmallChange Property

Specifies the value to be added to or subtracted from the scrollbar’s value when the thumb moves a small distance.

Declaration

property SmallChange: TScrollBarInc read; write; default 1;

Property Value

Type Default
TScrollBarInc 1

Remarks

End-users can move the thumb a small distance by clicking the scroll buttons. This action (also simply called scrolling) changes the thumb’s position by the SmallChange property value. Depending on the button being clicked (before or after the thumb), the value is either subtracted from or added to the Position property value.

You can handle the OnScroll event to respond to thumb scrolling.

The default value of the SmallChange property is 1.

See Also