Positioning

Positioning controls
(View > Other Windows > Toolbar)


Add a Windows form usercontrol
Add the reference System.Windows.FormsIntegration



When you add controls to a windows form the default mode is GridLayout
They will be arranged using absolute positioning (x,y) corodinates


The other mode is FlowLayout
Here the controls are added top to bottom
The mode can be changed using the PageLayout property.



© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext