I've searched, but the solution I found doesn't seem to work.
I'm using Microsoft Flexgrid Control 6.0
I can see the row 8 col 2 has a dotted line around it when the code is run, but no highlighting.
When I click a row in the Flexgrid, it will highlight the row as expected, but not via code during runtime.
I'm using Microsoft Flexgrid Control 6.0
Code:
With Myflexgrid
.SelectionMode = flexSelectionByRow
.HighLight = flexHighlightAlways
.Row = 8
.Col = 2
.RowSel = .Row
.TopRow = 8
.SetFocus
End With
When I click a row in the Flexgrid, it will highlight the row as expected, but not via code during runtime.