wpfui
wpfui copied to clipboard
Cannot use snaplayout on windows11. (.net6 V2.0.2)
Describe the bug
Cannot use snaplayout on windows11.
To Reproduce
Creat an application using custom TitleBar.
<ui:TitleBar Name="TitleBar" Grid.Row="0"
Title=""
FontSize="{Binding FontSize13, Mode=OneWay}"
ForceShutdown="False"
Icon="pack://application:,,,/Logo.png"
MinimizeToTray="False"
ShowHelp="False"
ShowMaximize="True"
ShowMinimize="True"
UseSnapLayout="True">
......
......
Expected behavior
Pops up snaplayout when move mouse over the maximize button.
You have two screens ?
I was looking at the same thing (I have two screens), even the Demo app has this issue.
WIN + Z
combo keys is showing the snaplayout correctly, it's just the hover to be broken.
same issue :( 22H2 Windows 11 (RP)
You have two screens ?
Using only one screen has the same problem.
I was looking at the same thing (I have two screens), even the Demo app has this issue.
WIN + Z
combo keys is showing the snaplayout correctly, it's just the hover to be broken.
The same.