Results 1 to 2 of 2

Thread: Simple questions about MSFlexGrid !

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 1999
    Posts
    118

    Post

    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!!!

  2. #2
    Member
    Join Date
    Jan 1999
    Location
    Garden Grove, CA, Orange
    Posts
    55

    Post

    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
  •  



Click Here to Expand Forum to Full Width