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.
Up arrow icon