Windows Forms Layout Managers
Organize and manage control position and behavior in your Windows Forms application with these layout managers that support flow and grid bag constraint algorithms.
Download Windows Forms SamplesWinFlow Layout Manager
Let your Windows Forms flow elements as on a web page. Items flow from left to right (or top to bottom, depending on orientation) and move as the form resizes.
WinGrid Bag Layout Manager
The Grid Bag Layout Manager uses a virtual grid to rearrange items in response to changes in the size of the form. Items are positioned within rows and columns, and the layout manager determines item size based on the available area and the constraints of all other visible items. Settings (Minimum Size, Preferred Size, Insets, Weight X and Weight Y) affect the item size and positioning. and provide control over the layout while allowing it to adapt flexibly to changes in the screen area.