I was going to write a Windows Universal App that would be running in the tray. On the tray icon there would be a context menu with several options (for adding a new timelog, for closing the current one). But according to this post System tray/taskbar icon/notify icon with universal apps there is no possibility to run the WUP in the tray. Really??
Is the tray meant to be only for the system applications and the old-kind apps?
Is there some other option? To have menu items for pinned taskbar icon, may be?
Thanks
As far as I know, it's not possible to have a tray icon for UWP application. Previously, Windows Apps was designed to run in full screen mode.
If this is a LOB app, you can try to use a Brokered Component to access to the Tray Icon feature.
Thanks,