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