Click here to Skip to main content
15,891,375 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends,
i want to resize all my CONTROLS and FORM when i change resolution that form's and control are resized pls give some suggestion..

Pls give tips for these follwing
1.Inside the grid contol button also resize its must ..
2.application support all kind syatem resolutions..




Thank's in advance
Athi Varathan.S
Posted
Comments
yourfriendaks 13-Jun-13 2:53am    
I think U have To Work on Low resolution And Do a anchor Of Controls Properly.
Because If U Resize Controls On System resolutions Sometimes
the Alignment of Controls changes and it looks bad

You can do this via the Dock and Anchor properties. Here[^] is an example.
 
Share this answer
 
Move to WPF. It's designed for that kind of thing. You can do it in WinForms by using Anchor and panels and so forth, but when the controls resize the fonts they use don't so it looks either "odd" or "downright weird" depending on how big a change it is. WinForms is not intended for this and it is never a big success. A better solution of WinForms is to design your application to be (pretty much) resolution / size independent in the same way that VS is.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900