|
|
FlowDirection
Demonstrates how to change flow direction of added control in FlowLayoutPanel. The app contains FlowLayoutPanel with many buttons, 'WrapContents' CheckBox and 'FlowDirection' ComboBox. Number of buttons is more than the panel may contain in one line. If we check the CheckBox you will see that controls are placed in two rows. If we uncheck the checkbox, you will see that controls are placed one row and some controls are not visible and placed outside of the panel.
|