Hi:
I´m developing a WPF application and I need that it fits to any screen resolution. I´m using the ViewBox control with Stretch property in Uniform mode. Also, the screens have several DockPanel controls, and when the app is visualized in 1440x900 resolution
looks good.
The problem arises when the resolution is 1920x1080, and in that case the app has an empty space to right. My question is how to occupy or disappear that blank space, but without using the Fill property because it distorts labels.