User controls do not properly fit on the screen

Posted by Royson on Stack Overflow See other posts from Stack Overflow or by Royson
Published on 2010-04-10T12:38:18Z Indexed on 2010/04/12 5:03 UTC
Read the original article Hit count: 343

Filed under:
|
|
|

Hi,

My application has several controls. Like in one screen has TreeView on left side, GridView with paging in the middle and 4 buttons at right side. The controls properly appear when the form is in a maximized state, but if I minimize it the controls do not properly fit on the screen.

I tried with different different tricks like table layout.. in dat I added a panel, etc...

But I could not solve the problem.

How can I create such type of screens which fits independently of size of my window?

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms