TcxControlScrollbarAnnotationOptions.ShowSelectedRows Property
In This Article
Specifies if a container control denotes selected rows or columns on a scrollbar.
#Declaration
Delphi
property ShowSelectedRows: Boolean index 1 read; write;
#Property Value
Type |
---|
Boolean |
#Remarks
A container control denotes selected rows or columns on a scrollbar if both the Active and ShowSelectedRows properties are set to True.
The ShowSelectedRows property’s default value is True.
See Also