Yes – the MSFlexGrid already supports full-row highlighting on click. You just need to adjust a few properties in its setup:
With MSFlexGrid1
.FixedRows = 1
.FixedCols = 0
.BackColorSel = vbBlue
.ForeColorSel = vbWhite
.FocusRect = flexFocusNone ' hides the focus box...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.