H.NotifyIcon icon indicating copy to clipboard operation
H.NotifyIcon copied to clipboard

[WinUI] MenuFlyout Binding and x:Bind in not supported

Open HavenDV opened this issue 2 years ago • 1 comments

Describe the bug

For the default WinUI ContextMenu (PopupMenu) there is currently no way to manage this data

Steps to reproduce the bug

Expected behavior

No response

Screenshots

No response

NuGet package version

No response

Platform

WinUI

IDE

No response

Additional context

No response

HavenDV avatar Apr 02 '22 05:04 HavenDV

This can be easily added with the help of PR, this code is separate and there is not much of it: https://github.com/HavenDV/H.NotifyIcon/tree/master/src/libs/H.NotifyIcon/PopupMenus https://github.com/HavenDV/H.NotifyIcon/blob/aa3725bbbb808af1da1ec96f64a13a98486edcc6/src/libs/H.NotifyIcon.Shared/TaskbarIcon.ContextMenu.cs#L110-L124

HavenDV avatar Jan 10 '23 08:01 HavenDV