AD
Administrator
Syncfusion Team
December 4, 2009 03:30 PM UTC
Nevermind. Typical I figure it out 10 minutes after my post. The solution is:
GroupBar gb = new GroupBar();
GroupBarItem gbi = gb.AddTab("dynamically added tab");
GroupView gv = new GroupView();
gbi.Content = gv;
GroupViewItem gvi = gv.AddItem();
PR
Padmaja Rajaram
Syncfusion Team
December 9, 2009 10:22 AM UTC
Hi Chad,
We are glad to hear the you found the solution.
Please let us know if you have any other concerns
Regards,
Padmaja