PDA

Click to See Complete Forum and Search --> : Simple questions about MSFlexGrid !


paul
Sep 1st, 1999, 12:38 AM
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!!!

jpark
Sep 1st, 1999, 01:52 AM
Hi,

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 :)


HTH
Joon