lepoco / wpfui

WPF UI provides the Fluent experience in your known and loved WPF framework. Intuitive design, themes, navigation and new immersive controls. All natively and effortlessly.
https://wpfui.lepo.co
MIT License
7.67k stars 748 forks source link

FluentWindow not allowing window resize from left or right top corners #972

Open Roypy opened 8 months ago

Roypy commented 8 months ago

Describe the bug

When trying to resize the window from either the top left corner or the top right corner the resize cursor does not appear.

To Reproduce

  1. Setup WpfUi
  2. Add a titlebar
  3. Try to resize from upper corners

Expected behavior

The windows should be resizable from every corner, not just the bottom left and bottom right

Screenshots

Error

OS version

Window 11 22H2 (OS Build 22621.3155)

.NET version

.NET 8.0

WPF-UI NuGet version

3.0.0

Additional context

No response

seasonyuu commented 8 months ago

This is a bug since v3.0.0, v2.x works like a charm

Paliverse commented 7 months ago

When giving a small margin to the root element in the Fluent Window, it will work in all corners and sides.

image