-
-
Notifications
You must be signed in to change notification settings - Fork 946
Cannot use snaplayout on windows11. (.net6 V2.0.2) #291
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingcontrolsChanges to the appearance or logic of custom controls.Changes to the appearance or logic of custom controls.locked-due-to-inactivity
Milestone
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcontrolsChanges to the appearance or logic of custom controls.Changes to the appearance or logic of custom controls.locked-due-to-inactivity
Type
Projects
Status
Done