syncfusion-winforms-grid-layout
Installation
SKILL.md
Implementing GridLayout in Windows Forms
GridLayout is a layout manager that automatically arranges child controls in a grid structure containing rows and columns. Use this skill when you need to organize multiple controls in a structured grid format with precise spacing control.
When to Use This Skill
- Arranging child controls in grid-based layouts
- Creating uniform row and column structures
- Controlling horizontal and vertical spacing between controls
- Dynamically including or excluding controls from layout
- Programmatic or designer-based control arrangement
Component Overview
GridLayout provides:
- Grid Structure: Automatic arrangement in rows and columns
- Spacing Control: Horizontal (HGap) and vertical (VGap) gap configuration
- Control Participation: Include or exclude controls from layout management
- Dynamic Configuration: Rows and columns can be set programmatically