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