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

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 set the column to invisible.

    David Paulson


  2. #2
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: msflexgrid

    I don't know if you can make it invisible, but you can set width = 0 and you will get the same result

    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [email protected]

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

    Re: msflexgrid

    That's a very good suggestion, Thanks Iouri .

    David Paulson


  4. #4
    Join Date
    Jun 2001
    Location
    MO, USA
    Posts
    2,868

    Re: msflexgrid

    I think the IsVisible property pertains to whether or not the column is scrolled to the left or right of the "viewable" portion of the grid.


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