feat: Add CanDragMove option to dialogs and make sure it can be disabled.

This commit is contained in:
rabbitism
2024-09-07 01:42:51 +08:00
parent 5d3646ed74
commit db1889d454
5 changed files with 74 additions and 77 deletions

View File

@@ -49,6 +49,7 @@
u:FormItem.Label="Is Close Button Visible"
IsChecked="{Binding IsCloseButtonVisible}"
IsThreeState="True" />
<CheckBox u:FormItem.Label="CanDragMove" IsChecked="{Binding CanDragMove}" />
<Button
HorizontalAlignment="Left"
u:FormItem.NoLabel="True"
@@ -83,6 +84,7 @@
IsChecked="{Binding IsCloseButtonVisible}"
IsThreeState="True" />
<CheckBox u:FormItem.Label="Modal" IsChecked="{Binding IsModal}" />
<CheckBox u:FormItem.Label="CanDragMove" IsChecked="{Binding CanDragMove}" />
<Button
HorizontalAlignment="Left"
u:FormItem.NoLabel="True"