Hi,
Our WPF app displays fine in all resolutions except when the custom DPI setting is set to 200%. In that case, it is clipping from all sides which makes the essential control buttons not visible and therefore, not allowing users to select options. I should mention that it is not resizable.
Currently, the only way we can think of to resolve this is to check for current custom DPI settings and if set to 200%, use a different GUI which has a fixed size.
My questions are:
a) is this a common problem and if so, how has it been addressed?
b) is there a better way to handle it?
c) how do we force a fixed size in WPF?
Thanks for any help you can provide.
-Karineh