-
Is it possible to add and remove context menu items at runtime? Adding items to ContextFlyout.Items doesn't update the menu and there doesn't seem to be a way to bind to a collection in the XAML. |
Beta Was this translation helpful? Give feedback.
Answered by
joshnoe94
Apr 22, 2025
Replies: 1 comment
-
Adding items to ContextFlyout.Items works with ContextMenuMode="PopupMenu" but not "SecondWindow", which I was using because I based my initial code off of the example app. This is actually mentioned in #8, but I evidently didn't use the right combination of search terms to find it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
joshnoe94
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Adding items to ContextFlyout.Items works with ContextMenuMode="PopupMenu" but not "SecondWindow", which I was using because I based my initial code off of the example app. This is actually mentioned in #8, but I evidently didn't use the right combination of search terms to find it.