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