wpfui icon indicating copy to clipboard operation
wpfui copied to clipboard

Cannot use snaplayout on windows11. (.net6 V2.0.2)

Open LHTXQ opened this issue 2 years ago • 5 comments

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.

LHTXQ avatar Jul 20 '22 11:07 LHTXQ

You have two screens ?

Xinnony avatar Jul 25 '22 16:07 Xinnony

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.

informagico avatar Jul 25 '22 17:07 informagico

same issue :( 22H2 Windows 11 (RP)

danielkornev avatar Jul 25 '22 18:07 danielkornev

You have two screens ?

Using only one screen has the same problem.

LHTXQ avatar Jul 26 '22 11:07 LHTXQ

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.

LHTXQ avatar Jul 26 '22 15:07 LHTXQ