Is it possible to track right click on TrayIcon? #15635
Unanswered
demchenkov
asked this question in
Q&A
Replies: 1 comment 1 reply
-
TrayIcons seems to be limited to what is possible on all platforms. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm just joined Avalonia community, so probably it may be silly question:
What I want to do: Show/Hide my application on left and right click on tray icon.
Now wrote such code:
Command and Event work fine, but only for left mouse click.
Is it possible somehow make it work for right click? Maybe some workarounds?
I also tried to add something like:
But
Opening
event never rises on my Win 11 env. Seems like a bugI'll be appreciate for your support
Beta Was this translation helpful? Give feedback.
All reactions