Question

I making a Windows application with VS2010. Where i'm using panels to fight with different screen resolutions. For some of my controls I used anchor property set to top,bottom without docking them to parent panel. when i run this program on the machine which is used to develop, result was as expected,But when i tried this one on different resolution its results were worse than expected. Some controls are partially displayed.

I found a solution here to this by re-sizing my controls based on screen resolutions. But that didn't worked for me as controls were re-sized but they were out of display area.

I couldn't relocate them based on resolution.

how would i set their position based on resolution.

or

i should assume minimum screen resolution (lets say 800*600) and program with this resolution.

Plz help!

Was it helpful?

Solution

I thought the solution was to use TableLayoutPanel and panels to do this. I was bit right, but this doesn't work in all the cases.

Found a solution here https://stackoverflow.com/questions/2802015/....

Cheers..!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top