1. How can I set the width of the colums?
2. I want to change the color or evry other line in the grid to make it easier to read,how can this be done?
3.Are there any good examples of using MSFlexGrid's?
Thanks for all of your help!!!
Printable View
1. How can I set the width of the colums?
2. I want to change the color or evry other line in the grid to make it easier to read,how can this be done?
3.Are there any good examples of using MSFlexGrid's?
Thanks for all of your help!!!
Hi,
[list type = 1][*] How can I set the width of the colums?
MSFlexGrid1.ColWith(Index)
[*] I want to change the color or every other line in the grid to make it easier to read,how can this be done?
Set HighLight = 2-flexHighlightWithFocus, FocusRect = 0-flexFocusNone, and SelectionMode = 1- flexSelectionByRow
MSFlexGrid1.BackColorSel = vbRed
[*]3.Are there any good examples of using MSFlexGrid's?
Get help for methods and properties from MSDN Library if u have it :)[/list]
HTH
Joon