Hi! When I made a winform for C# and C++, I got my window up, all the design and features... However, when I maximize it, all of it gets stuck in a corner to the left...

Is there a way to resize the objects as the main window increases in height/width?

What's the name of this 'feature'?

Thanks!

Recommended Answers

All 5 Replies

You should look into docking and anchoring. Google can be your friend here, or you can just look for the anchor/docking properties of your controls and do some experimental learning for yourself.

Anchor your controls where you want to put them

As abelLazm said, Anchoring properties will help you!!

Lol. Thanks for repeating my post...twice.

Sometimes that happens accidently as i read your post after posting my self :) and you know here we can't delete our posts so i let it be there

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.