I\'m developing an application that needs to be resolution independent. The application will always be full screen so I have to design my UI so that the monitor resolution w
WPF has resolution independence at its core. Its default measurement is in Device Independent Pixels (DIPs), not pixels. Can you explain how this is not working for you, and perhaps provide a very simple example of XAML that is not scaling correctly?