-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Controls:MetroWindow Question #1633
Comments
@nicotravassos maybe you mean #1603 it's in pipeline but i think not for 1.0 |
No is that is a pop over what i mean is it possible to have a menu strip kind of look when click button it will drop down a menu? |
I once implemented a Usage:
|
Thank you so much Exactly what i was looking for :) |
Glad I could help. Please close this issue then. |
@fandisus
`ContextMenuOnLeftClickBehavior` is not part of MahApps.Metro but written
in another project of mine. You can find the code here:
https://github.com/thoemmi/Solutionizer/blob/master/Solutionizer/Infrastructure/ContextMenuOnLeftClickBehavior.cs
Best regards
Thomas
…On Tue, Aug 1, 2017 at 2:46 PM, Fandi Susanto ***@***.***> wrote:
Good @thoemmi <https://github.com/thoemmi> sir, can you please specify
the namespace of Infrastructure:ContextMenuOnLeftClickBehavior
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1633 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAEf2vYgdhQ35TCMoGAMmXd7H8y7O1XDks5sTx4hgaJpZM4C2f7w>
.
|
Hi there is it possible to use a menu inside Controls:MetroWindow for a button so for example if user clicks Settings it will dropdown a menu like contextmenu strip?
The text was updated successfully, but these errors were encountered: