Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Highlighting not working with MSFlexGrid in VB.NET

Status
Not open for further replies.

mHos

Programmer
Mar 3, 2003
19
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top