i would like my added user-controls to be added in html-positioning way: I want them to position automatically from left to right and when there is no more room on that ‘row’ , to continue from the the bottom ‘row’ , from the left exactly like relative-position-floated-left divs are in html. Excuse my bad explanation..
Share
Sounds like you want to use the
FlowLayoutPanel. It does exactly what you are describing (I think). The documentation says Represents a panel that dynamically lays out its contents horizontally or vertically.