I facing quite big problem with resolution in my WPF app, which will be used in Hospitals, customer is asked for BIG fonts and Controls so that they can see data clearly from the distance.
The problem is now when application runs in 800X600 resolution, whole UI will get messed up, so I thought to define another theme for lower monitor resolution, now how I could load themes from C# code ??
OR you guys got better idea??