TcxScrollBar Class
A scrollbar control.
Declaration
TcxScrollBar = class(
TCustomControl,
IdxScaleFactor,
IcxScrollBarOwner,
IdxSkinSupport,
IdxScrollbarAnnotationRenderer
)
Remarks
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).
Inheritance
See Also