The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
What is the best way to programmatically remove a TabbedGroup and all it''s child forms from the TabbedGroupedMDIManager?
Removing a TabbedGroup:
TabbedGroups.Remove(group)
...seems to "remove" the TabbedGroup but leave all the forms in the parent container. Removing all the forms from a TabbedGroup and then disposing the TabbedGroup has the odd behaviour of always leaving one child form from that group left over in the parent container.
Any help would be appreciated. Thanks.
ADAdministrator Syncfusion Team June 8, 2004 08:30 AM
Hi Mark,
You could remove a TabbedGroup by deleting all the forms in it. Please refer to the sample attached that illustrates this, and let me know if this meets your requirements. We appreciate your continued interest in Syncfusion products.
Regards,
Guru Patwal
Syncfusion, Inc.
MAMark AtkinsonJune 8, 2004 09:00 AM
Thanks Guru,
I appreciate the time you guys take to write up some sample code and include it with your responses. It''s a real help. The code that was posted in another message ( http://www.syncfusion.com/Support/forums/message.aspx?MessageID=12218 ) gave me some good ideas of how I can deal with some issues I''m having.
What I''m really hoping to do though is remove Forms and TabbedGroups without disposing the Forms (I think closing them deletes them if I''m not mistaken).
ADAdministrator Syncfusion Team June 10, 2004 06:52 PM
Hi Mark,
Thanks for the update. I understand your requirements better now. I have requested the folks at the development team for their inputs on this issue, and will update you as soon as I hear from them. We appreciate your interest in Syncfusion products.
Regards,
Guru Patwal
Syncfusion, Inc.