CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: MSHFlexGrid

  1. #1
    Join Date
    Aug 1999
    Location
    Norht Carolina,USA
    Posts
    23

    MSHFlexGrid

    Instead of a MDIForm, How adout Hierarchical FlexGrid Bound Control & Form -
    it will list All the Projects in Table ...Looks good... But I need only the
    one Selected..

    1. How can I Expand the columns to different Lengths or sizes...
    2. I need to link Client Section on form to the Project Section Relating to
    Client's Projects(Time & Billing Project).

    Thanks Alot
    W.R.Purgason,COSI
    [email protected]
    1-800-438-5139 Ext.380





  2. #2
    Join Date
    Jul 1999
    Location
    Singapore
    Posts
    42

    Re: MSHFlexGrid

    Hi,

    1. To Expand the columns to different Lenght, use:

    MSHFlexGrid1.ColWidth(0) = 2000 'column=0, size=2000
    MSHFlexGrid1.ColWidht(1) = 3000 'column=1, size=3000





    Sorry, I am not really understand your 2nd question.

    Good luck,1
    Gary Ng


  3. #3
    Guest

    Re: MSHFlexGrid


    Try to use the property of MSHFlexGrid AllowUserResizing .
    Set it to 3 .
    I hope your Problem will be solved


  4. #4
    Join Date
    Aug 1999
    Location
    Norht Carolina,USA
    Posts
    23

    Re: MSHFlexGrid

    Thanks Alot-Gary Ng, Column Width code will work..


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

Featured