fix: fix SplitViewDemo PanePlacement Binding mode, revert DatePicker locale.

This commit is contained in:
Zhang Dian
2024-03-29 19:35:04 +08:00
parent ef3d40bc6d
commit 047c9f953e
4 changed files with 4 additions and 12 deletions

View File

@@ -46,7 +46,7 @@
Grid.Row="2" Grid.Column="1"
OffContent="Left"
OnContent="Right"
IsChecked="{Binding #SplitView.PanePlacement}" />
IsChecked="{Binding #SplitView.PanePlacement, Mode=OneWayToSource}" />
<Label
Grid.Row="3" Grid.Column="0"