LayoutControl included with DotNetBar for WinForms helps you create resolution and DPI independent user interface data entry forms. Its built-in layout logic will re-flow its content to fit available bounds and size constraints.
This is screen-shot of sample application created using Layout Control. All controls added to it use relative size and have minimum size constraint set:
After size of the form has changed the layout control automatically re-flows the content and shows scroll-bars:
LayoutControl allows for fixed and relative sizing of controls added to it and you can create both flow and table like layouts easily. In simple terms to understand the essence of layout this control provides imagine that LayoutControl will place items it contains from left to right and switch to new line as container boundaries are reached.
Each item added to LayoutControl will have its own textual caption with text-markup support so when you add controls to LayoutControl you do not have to create labels for them. Additionally, by default all items will automatically share the largest label width so they line up visually inside of the control for clean layout presentation.
Partial list of DotNetBar Layout Control features:
To learn more about LayoutControl please read following Knowledge Base article.
Download fully functional trial of DotNetBar Suite for Windows Forms now and experience how easy it is to create professional looking applications.
![]() |
DotNetBar is winner of Visual Studio Magazine Readers’ Choice Award as the Best User Interface Component for Windows Forms among more than 30 UI components. Thank you for voting and choosing DotNetBar. |