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

Thread: msflexgrid

  1. #1
    Join Date
    Jan 2000
    Location
    Saskatchewan, Canada
    Posts
    595

    msflexgrid

    Does anyone know how to set a column to invisible?. It has a ColIsVisible property to check whether it is visible or not, so it should be possible to the column to be invisible.

    David Paulson


  2. #2
    Join Date
    Sep 2001
    Location
    IL, USA
    Posts
    1,090

    Re: msflexgrid

    Set the ColWidth property to zero. Ex:MSFlexGrid1.ColWidth(2) = 0




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