Replies: 1 comment
-
Here is an example of where i'm stuck at; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have several labels on my page and they are created runtime. For desktop platforms (windows and maccatalyst) I need a context right click menu for each. That popup menu is the same for those labels
Simply; I have a MenuFlyout, have two context items added to it. And I'm attaching this right click context menu to two seperate labels:
Popup menu shows for each label and click event fires for menu items. Is it possible to catch the element (label that is right clicked) that shows the popup menu in the Clicked event?
As a workaround, I added a rightclick handler to labels, so i can silently set right clicked label, than use it in the Clicked event. Here is my handler;
But i cant catch the right clicked label for MacCatalyst with a handler by this way.
Beta Was this translation helpful? Give feedback.
All reactions