vcl-cxscrollbar-d79273c8.md
A scrollbar control.
TcxScrollBar = class(
TCustomControl,
IdxScaleFactor,
IcxScrollBarOwner,
IdxSkinSupport,
IdxScrollbarAnnotationRenderer
)
In addition to the functionality identical to standard VCL scrollbars, our scrollbars support skins from the ExpressSkins Library.
The TcxScrollBar class members that allow you to customize the following scrollbar appearance and behavior options:
Specify the control’s look-and-feel settings (LookAndFeel)
Change the bar orientation (Kind)
Specify the thumb’s position and size (Position, PageSize, and OnScroll)
Reverse the scroll direction (ReverseDirection)
Change scroll parameters (SmallChange, LargeChange, UnlimitedTracking, and SetScrollParams).
TObject TPersistent TComponent TControl TWinControl TCustomControl TcxScrollBar
See Also