wpfui
wpfui copied to clipboard
TitleBar area cannot be resized in 4.x
Describe the bug
ui:TitleBar will hinder the drag of Window size
To Reproduce
The sample also has the same problem test on: Wpf.Ui.Demo.Simple
use base TitleBar like this:
<ui:TitleBar
Title="WPF UI - Simple Demo"
Grid.Row="0"
Icon="pack://application:,,,/Assets/applicationIcon-256.png" />
Expected behavior
Normal behavior of a Window resize
Screenshots
Img:
Video:
https://github.com/user-attachments/assets/c583a85c-beec-4fec-b167-556bb67701cc
OS version
Windows11 24H2
.NET version
Test NET: 8/9
WPF-UI NuGet version
Version: nuget 4.0.2-4.x
Additional context
No response
去掉Guid.Row配置就行了
去掉Guid.Row配置就行了
经过测试在 nuget 4.0.2 版本上实测无效,我自己的代码里没有用到 Grid 布局也遇到此问题,与 Grid.Row 无关。
It has nothing to do with this thing.
I experience the same issue.