TcxVirtualVerticalGrid.ScrollbarAnnotations Property
In This Article
Provides access to scrollbar annotation settings.
#Declaration
Delphi
property ScrollbarAnnotations: TcxVerticalGridScrollbarAnnotationOptions read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
Set the ScrollbarAnnotations.Active property to True to enable scrollbar annotations. Refer to the TcxVerticalGridScrollbarAnnotationOptions class description for detailed information on available options.
See Also