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 Resizer for UrsaWindow #411

Closed rabbitism closed 1 day ago

rabbitism commented 2 days ago

In some Linux env, borderless Window must consume SystemDecorations=None, but this will disable window resizing. This PR introduce WindowResizer, and a new property IsManagedRezierVisible in UrsaWindow, so user can enable resizing without SystemDecoration border.