Controlling the m_bVisible flag? |
Post Reply |
Author | |
jgolab
Newbie Joined: 09 July 2004 Location: United States Status: Offline Points: 2 |
Post Options
Thanks(0)
Posted: 20 July 2004 at 9:43am |
Is there a way to set the m_bVisible flag? I want to dynamically hide grid items depending on previous user selections? Is there a way to do this?
|
|
James
|
|
rvoith
Groupie Joined: 03 July 2003 Location: Norway Status: Offline Points: 40 |
Post Options
Thanks(0)
|
I am wondering about this too. I tried to create a derived CXTPPropertyGridItem where I exposed the SetVisible method, like this; class CCustomItemHideable : public CXTPPropertyGridItem virtual void SetVisible(BOOL bVisible) protected: private: However, the items were never hidden, and I received an assert when I selected the "to be invisible"-item |
|
Best regards,
Bob Proud Programmer! |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |