We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Hide Header in GroupBar StackedMode

How can the GroupBarItem header be hidden when the GroupBar is in StackedMode?


1 Reply

GM Geetha M Syncfusion Team January 22, 2008 09:25 AM UTC

Hi Stefan,

The GroupBarItem header, along the item can be made hidden by turning on / off the visible property. Please refer the following code snippets which illustrates the same:

this.groupBar1.GroupBarItems[2].Visible = false;
this.groupBar1.GroupBarItems[3].Visible = false;


Kindly try with this and let us know if you have any other questions.

Regards,
Geetha


Loader.
Live Chat Icon For mobile
Up arrow icon