I'm having an issue with the RibbonWindow on multi-monitor systems that have different resolutions and the smallest monitor is set as the primary device. The windows display correctly on the smaller monitors, but the size of the maximized window on the largest monitor is wrong. It is displaying too large so that the minimize/maximize/close buttons are outside of the visible area for the window.
For example, on a system with 1024x768 (primary) and 1280x1024 monitors, the windows will display correctly on the smaller monitor but the window appears to extend beyond the bounds when maximized on the larger monitor. The ActualWidth/ActualHeight of the window when maximized on the larger monitor is 1536x1036.
If the larger monitor is set as the primary, the windows behave as expected. I've verified that the RibbonWindow sample in the sample browser duplicates this issue.
Is there some setting or something that I need to do to make the windows behave correctly on the larger monitor?
Thanks!
For example, on a system with 1024x768 (primary) and 1280x1024 monitors, the windows will display correctly on the smaller monitor but the window appears to extend beyond the bounds when maximized on the larger monitor. The ActualWidth/ActualHeight of the window when maximized on the larger monitor is 1536x1036.
If the larger monitor is set as the primary, the windows behave as expected. I've verified that the RibbonWindow sample in the sample browser duplicates this issue.
Is there some setting or something that I need to do to make the windows behave correctly on the larger monitor?
Thanks!