You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the ResizeMode property of a window is set to NoResize, maximizing is deactivated by double-clicking the title bar.
RibbonContextualTabGroup ignores this setting and maximizes the window.
OnMouseDoubleClick in RibbonContextualTabGroup.cs should check if maximizing the window is allowed before the WindowState is changed.
The text was updated successfully, but these errors were encountered:
If the ResizeMode property of a window is set to NoResize, maximizing is deactivated by double-clicking the title bar.
RibbonContextualTabGroup ignores this setting and maximizes the window.
OnMouseDoubleClick in RibbonContextualTabGroup.cs should check if maximizing the window is allowed before the WindowState is changed.
The text was updated successfully, but these errors were encountered: