Click here to Skip to main content
15,900,511 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Hi All,

I am developing a windows application and I am very much confused with the winform UI (Sizing and control placement).
The problem I am facing is with size of forms, I have used MDI form whose size is set to 1024*734 that fits in my laptop screen
I created a UserMaster form but when the main form(MDI) is maximized lots of blank space is left over as there are not many controls

My screen resolution is 1366*768, but my application will be used on desktops as well as laptops

Is there any Industrial Practice or standards for windows application UI

I am developing on C#

Thanks in advance
Siddhesh
Posted

Use Dock and Anchor properties of your Controls wisely. Or, you may use trial and error approach.
 
Share this answer
 
See here[^] or here[^].
 
Share this answer
 
v2

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