Can I color a single cell in a flexgrid ?
Printable View
Can I color a single cell in a flexgrid ?
Use ApexTrueDB Grid... :)
and that is??????????
Of course you can, just select the cell and set the CellBackColor/CellForeColor as you wish
VB Code:
MSFlexGrid1.Cols = 20 MSFlexGrid1.Col = 4 MSFlexGrid1.Row = 1 MSFlexGrid1.CellBackColor = vbBlue
Thanx
I never noticed the CellBackColor option. Strangely enough.....
BTW what is the ApexTrueDB Grid...
A replacement 3rd party Grid Control. The MsFlexgrid is good, and I use it all the time, but, form what I've read, spending some cash can greatly increase your development time with these other grid controls (if you use them alot).
BTW : That changes on one cell. If you use selection by row, you'll lose the effect. Just a hint...