Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21273

[RESOLVED] Highlighting Flexgrid row at runtime problem

$
0
0
I've searched, but the solution I found doesn't seem to work.

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

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.

Viewing all articles
Browse latest Browse all 21273

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>