-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Title bar button should overlap WindowCommands #1936
Comments
yes you are right i think it should be work like the WPF Toolbar, i means overly the commands in a popup or an other strategy like adding two arrow left right to navigate the command or some think like that to avoid this Issue. thank you xmedeko. |
See also #3408 |
punker76
added a commit
that referenced
this issue
May 20, 2019
If there are more then 2 or 3 window commands on the right or left site and the user resizes the window then the Min, Max, Close buttons move out the window and open dialogs will not resize to a slower size. To solve this I changed the window commands control from ItemsControl to ToolBar class which allows us to use the overlow mechanism of this control. The default window style is now changed to use this new mechanism. These changes causes also a breaking change to the window commands overlay behavior. This feature will be removed, because a window command should not overlay when a Flyout is open. The clean centered style still needs changes for the centered title behavior.
punker76
added a commit
that referenced
this issue
May 21, 2019
punker76
added a commit
that referenced
this issue
May 23, 2019
punker76
added a commit
that referenced
this issue
May 23, 2019
If there are more then 2 or 3 window commands on the right or left site and the user resizes the window then the Min, Max, Close buttons move out the window and open dialogs will not resize to a slower size. To solve this I changed the window commands control from ItemsControl to ToolBar class which allows us to use the overlow mechanism of this control. The default window style is now changed to use this new mechanism. These changes causes also a breaking change to the window commands overlay behavior. This feature will be removed, because a window command should not overlay when a Flyout is open. The clean centered style still needs changes for the centered title behavior.
punker76
added a commit
that referenced
this issue
May 23, 2019
punker76
added a commit
that referenced
this issue
May 23, 2019
punker76
added a commit
that referenced
this issue
May 24, 2019
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I have
Controls:MetroWindow.LeftWindowCommands
containing a menu. When a user resizes window to be very narrow, then the Minimize, Maximize and Close buttons start disappearing, but theWindowCommands
stays. (The close button is already missing on the image bellow.)I think the right behaviour should be the opposite - the title bar buttons are the most important and they should stay last.
The text was updated successfully, but these errors were encountered: