Create a persistent window.
Closed this issue · 1 comments
nathan130200 commented
Is possible create and show a window that user can't close (allow close only by code)? like a loading screen, keep open when is loading something and close if is done.
Like windows forms event FormClosingEventArgs (e.Cancel = true keeps form opened)
elw00d commented
You can just inherit your window from existing class and add this option. Or modify Window class directly and create PR ;)