Hi--
I am working on a project that uses VS2003. I have an MSFlexgrid control added to my form. I have set several properties at design time for the flexgrid so that when a cell is selected, the entire row is selected. However, when I run the program, and select one or many rows, nothing is actually highlighted. The initial row has a light line drawn around it so that you know that it is the current cell, but that is all!!
Is this an issue with the MSFlexgrid not working correctly with VB.Net? Or is there a trick to get this to work properly?
My settings:
.AllowBigSelection = True
.BackColorSel = Highlight (system color)
.ForeColorSel = HighlightText (system color)
.Highlight = flexHighlightAlways
.SelectionMode = flexSelectionByRow
Thanks
mHos
I am working on a project that uses VS2003. I have an MSFlexgrid control added to my form. I have set several properties at design time for the flexgrid so that when a cell is selected, the entire row is selected. However, when I run the program, and select one or many rows, nothing is actually highlighted. The initial row has a light line drawn around it so that you know that it is the current cell, but that is all!!
Is this an issue with the MSFlexgrid not working correctly with VB.Net? Or is there a trick to get this to work properly?
My settings:
.AllowBigSelection = True
.BackColorSel = Highlight (system color)
.ForeColorSel = HighlightText (system color)
.Highlight = flexHighlightAlways
.SelectionMode = flexSelectionByRow
Thanks
mHos