GroupBar - Setting visibility of GroupViewItems

I have a GroupBar upon which I have some GroupViewItems. I need to be able to make these items disabled or invisible during runtime. I can use the Enabled property, but theres no Visible property. How can I make these item invisible at runtime?

2 Replies

MJ Mano J Syncfusion Team October 26, 2005 02:37 PM UTC

Hi Paul, The GroupViewItem does not have a visible property to hide the items. We already have an open feature request # 407 Feature Request #407 - GroupView control does not have a Visible property to show/hide the GroupViewItems We will try our very best to implement this feature as early as possible. As for workaround, store the GroupBarItem to be removed, in an ArrayList and remove the GroupBarItem and restore the item back into the GroupViewCollection from the ArrayList using Insert method. Please let me know if you have any questions. Regards, Mano


AD Administrator Syncfusion Team October 26, 2005 08:45 PM UTC

Thanks Mano.

Loader.
Up arrow icon