CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2001
    Location
    Rhode Island
    Posts
    56

    Flexgrid ColIsVisible

    Is there a way to use this property to set a column of a flexgrid invisible? It is telling me it is a read-only property. How could a make a column invisible? The only way I have found is to set the width of the column to zero, but there is the potential that the user could expand the column...

    Thanks a lot.


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

    Re: Flexgrid ColIsVisible

    make it width = 0 or 1 - something small

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

  3. #3
    Join Date
    Mar 2001
    Location
    Rhode Island
    Posts
    56

    Re: Flexgrid ColIsVisible

    I realize that I can make the column small, but is there a way to make it invisible. Even though it is small, there is always the possibility that the user could expand it. Invisible would be better.


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

    Re: Flexgrid ColIsVisible

    I don't know how to make it invisible, but if you will not allow resize the columns then user cannot do anything about it

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

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