DPI WPF Issues

I developed an application that looks great on my computer, but when I install it on other computers with different resolutions and DPI settings, it looks awful. The controls overlap, and that’s just a pity. Does anyone have any suggestions on how to avoid this?

+2
source share
1 answer

In Windows, there is no way to find out your own DPI (dots per inch) of your screen, since physically you can’t say anything about it on the computer. This means that many people will have DPI settings that do not match their own DPI monitor.

, "WPF, DIP ( )" - ? , WPF , DIP, 1 1 : , ( ), DPI. DPI, , , .

, : http://www.odewit.net/ArticleContent.aspx?id=WpfDpiScaling&lang=en&format=html http://blogs.microsoft.co.il/blogs/tomershamam/archive/2007/11/30/wpf-is-dpi-depended.aspx http://www.wpflearningexperience.com/?p=41 ( :()

, , , .., :)

+2

All Articles