I am building a Windows App SDK app that needs to stay alive and display a tray icon when the main window is closed.
For WPF, I know this can be achieved by setting ShutdownMode="OnExplicitShutdown"
. And I wonder how can I do this with Windows App SDK 1.2.
Appreciate any useful information.
You can try this. AppWindow.Hide