musicinmusic
musicinmusic

Reputation: 257

C# Windows Form Application, I want things to move along with the window when I resize it

I want all these things (the ones in the red circle) to move along with the window when I resize it. I tried Anchor but things are just stretching, not moving. Is there any easy way to do this?

enter image description here

Thank you in advance, this is my first question on this site, but you have helped me many times before.

Upvotes: 3

Views: 153

Answers (1)

jhyap
jhyap

Reputation: 3837

Set Anchor to Top,Right

OR

Set Anchor to Right

It should work

Upvotes: 3

Related Questions