Hi all,
I have a WinForm project in C# .NET 3.5. The UI looks perfect on 96 DPI resolution but clips text and/or overlaps some controls if the resolution is 120 DPI bcz its making all controls 25% bigger than 96 DPI.
Using AutoScaleMode is not helping.
The new requirement for our project is to fit UI for 120 DPI resolution or both 120 & 96 dpi if possible.
Is there a way by which all UIs can be fixed in one shot?
If not what is the best workaround for such problem?
Any help would be highly appreciated.
I have a WinForm project in C# .NET 3.5. The UI looks perfect on 96 DPI resolution but clips text and/or overlaps some controls if the resolution is 120 DPI bcz its making all controls 25% bigger than 96 DPI.
Using AutoScaleMode is not helping.
The new requirement for our project is to fit UI for 120 DPI resolution or both 120 & 96 dpi if possible.
Is there a way by which all UIs can be fixed in one shot?
If not what is the best workaround for such problem?
Any help would be highly appreciated.