|
-
Sep 1st, 1999, 12:38 AM
#1
Thread Starter
Lively Member
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!!!
-
Sep 1st, 1999, 01:52 AM
#2
Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|