Grid.Cells.Hover does not exist
Posted: Tue Oct 19, 2021 4:48 pm
The following code from your "New and improved features" for the 1.11 version does not work:
TeeGrid1.Cells.Hover does not exist at all for me.
Code: Select all
Cell (or all cells in row) under mouse cursor can be highlighted:
TeeGrid1.Cells.Hover.Visible:= True;
TeeGrid1.Cells.Hover.FullRow:= True;
TeeGrid1.Cells.Hover.Format.Stroke.Size:= 2;