irihitech / Ursa.Avalonia

Ursa is a UI library for building cross-platform UIs with Avalonia UI.
https://irihitech.github.io/Ursa.Avalonia/
MIT License
515 stars 49 forks source link

Introduce IsTopLevel to OverlayDialogHost #401

Closed rabbitism closed 6 days ago

rabbitism commented 6 days ago

Behaviors that interacts with top level window will only be enabled when you set this flag to true. Including:

Any host can be IsToplevel = true, it doesn't have to be in the window template.