Skip to content

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

@LHTXQ

Description

@LHTXQ

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingcontrolsChanges to the appearance or logic of custom controls.locked-due-to-inactivity

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions