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