syncfusion-winforms-tabbed-form
Installation
SKILL.md
Implementing Syncfusion Windows Forms Tabbed Form
The Syncfusion Tabbed Form (SfTabbedForm) provides a tabbed user interface for Windows Forms applications. Users can add any number of tabs, with each tab containing any number of controls. Tabs can be loaded into the form's title bar or displayed below the title bar.
When to Use This Skill
Use this skill when you need to:
- Create tabbed user interfaces in Windows Forms applications
- Convert standard forms to tabbed forms with title bar integration
- Implement multi-document interfaces (MDI) alternatives
- Add tab management features (add, close, reorder tabs)
- Handle tab selection and navigation programmatically
- Enable drag-and-drop tab reordering
- Customize context menus for tabs (like web browsers)