syncfusion-winforms-border-layout
Installation
SKILL.md
Implementing Syncfusion Windows Forms BorderLayout
BorderLayout is a Windows Forms layout manager that allows you to arrange and layout child controls along the borders (North, South, East, West) to the center, similar to .NET framework's built-in docking support. Unlike automatic layout managers, BorderLayout gives you explicit control over positioning.
When to Use This Skill
- Layout with border regions: When you need to arrange controls along borders and a center area
- Top/bottom headers/footers: When you want a fixed header (North) and footer (South) with content in between
- Left/right sidebars: When you need a sidebar panel on the left or right with main content in the center
- Spacing control: When you need precise spacing between controls using HGap and VGap
- Designer or code-based layouts: Whether building UI in designer or programmatically in C#/VB.NET
- Alternative to docking: When you want a more structured approach than Windows Forms docking