Unplanned
Last Updated: 03 Jan 2020 09:54 by ADMIN
Milena
Created on: 03 Jan 2020 09:54
Category: RibbonView
Type: Bug Report
2
RibbonWindow: A part of the window's title bar area is not draggable in some scenarios

1. When the RibbonWindow is maximized the draggable area ends below the WindowTitle

2. In Normal state - the draggable area could be expanded in Material, Fluent and Crystal themes


A possible workaround is to change the WindowCaptionHeight property:

 var parameters = SystemParameters2.Current;
 parameters.GetType().GetProperty("WindowCaptionHeight").SetValue(parameters, SystemParameters2.Current.WindowCaptionHeight + 26, null);


0 comments