I want create windows 10 style menu for notifyicon in Tray app

Viewed 1853

I am developing UWP app (open to choose any other kind of app) which will run in system tray. I want to customize context menu from conventional to windows 10 style.

UWP currently does not provide NotifyIcon (System tray icon). But this project helped me to create a bridge which helps to add winforms NotifyIcon control to UWP app. But I want this NotifyIcon context menu to look elegant.

first pic on shows default context menu .net provides and the second pic is the kind of context menu which I need.

conventional

desired

can anyone help me out here?

0 Answers
Related