I am adding some controls to Flow layout panel. In between some controls I need a line break. How can I achieve this please. Thanks
After adding the last control before the break, call flow.SetFlowBreak(lastControl, true)
.
Note: lastControl
is the control that you want set new line after that.