Reputation: 37
i made my application in 1366 x 768 resolution and i want to be flexible when i install it in a unit with 1028 x 600 resolution it will automatically resizes the controls to fit in the screen. is it that possible in vb.net ?
Upvotes: 0
Views: 72
Reputation:
You can work with Control.Anchor
.
You will need to do some tests to find the correct way to use this in your particular situation.
Upvotes: 1