Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » Tree grid Show/Hide question Collapse All
Subject Author Date
Offer Har Jun 16, 2008 - 11:54 AM

Is there a way to hide a sub-tree (not to remove it permanently with ItemRemove)


I need a sub-tree to be displayed according to certain rules, and to be hidden if other conditions are met.


Thanks,


Ron.

Technical Support Jun 16, 2008 - 1:55 PM

It seems the CExtTreeGridWnd::ItemHide() method is what you are looking for.

Offer Har Jun 16, 2008 - 5:42 PM

Thanks!