how to arrange the location of the buttons become responsive

220 Views Asked by At

I have 10 buttons that are arranged parallel to the right. When in the windows form I change the size is smaller, then the zoom button is truncated by the form directly under the existing leftmost button. How to create it? I've been setting anchor and dock, but did not find what I want

1

There are 1 best solutions below

0
On BEST ANSWER

Putting the buttons in a FlowLayoutPanel or TableLayoutPanel are your best bets for this.