Click here to Skip to main content
15,881,424 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello, I am using devexpress control to develop window form application. Now the problem is I have developed this software in square monitor. Now when i am installing this software where monitor is rectangle the UI become inappropriate. So can u please help me out how can i make window form responsive ?
Posted

1 solution

What you are looking for is "Automatic Scaling for WinForms". Responsive UI in the context of WinForms will lead you to using multi-threading in your app.

These links should help you get started:

MSDN[^]

SO[^]

Also this[^] and this[^] on CP itself may be very useful considering the situation you are in.

[Please accept/up-vote answers or solutions that work for you to encourage participation]
 
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