question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ContextMenu auto hidden after right click

See original GitHub issue

Hello. Thank you for your library!

Sometimes ContextMenu auto hidden after right click. 3

My code:

<fluent:DropDownButton Header="{Binding Name}"
                       LargeIcon="theme.png">
    <ItemsControl ItemsSource="{Binding MyList}">
        <ItemsControl.ItemTemplate>
            <DataTemplate>
                <fluent:MenuItem Header="{Binding Name}">
                    <fluent:MenuItem.ContextMenu>
                        <fluent:ContextMenu StaysOpen="true">
                            <fluent:MenuItem Header="Delete" />
                        </fluent:ContextMenu>
                    </fluent:MenuItem.ContextMenu>
                </fluent:MenuItem>
            </DataTemplate>
        </ItemsControl.ItemTemplate>
    </ItemsControl>

</fluent:DropDownButton>

Environment

  • Fluent.Ribbon 6.1.0.233
  • Windows 10
  • .NET Framework 4.6.2

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:12 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
batzencommented, Dec 11, 2018

Will publish a new prerelease today. The final version is planned for the first week in january.

0reactions
balkarovcommented, Jul 9, 2019

Hello. When you release 7.0 version?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to disable the Context Menu from being displayed ...
The default value of the EnableAutoHideTabContextMenu is True and the context menu is displayed when you right-click on the auto hidden tab.
Read more >
JavaFX ContextMenu doesn't auto-hide
Example: Open popup via right mouse button click, then click on the button. The popup menu is still open. import javafx.application.Application; ...
Read more >
Right click context menu keeps popping up every time I ...
My context menu(s) keep popping up whenever I click on a link. To get rid of it I have to press the ESC...
Read more >
Add Hide & Unhide Folder to Right Click Context Menu by Britec
Add Hide & Unhide Folder to Right Click Context Menu Read more about this tutorial on my forum http://www.briteccomputers.co.uk/forum ...
Read more >
How To Show Old Right Click Menu (Context Menu ... - YouTube
Tutorial on how to show the old right click menu ( context menu ) in Windows 11 using the command prompt and/or the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found