Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions samples/ControlCatalog/Pages/SplitViewPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
Content="UseLightDismissOverlayMode"
IsChecked="{Binding UseLightDismissOverlayMode, ElementName=SplitView}" />

<ToggleButton Name="IsSwipeToOpenEnabledButton"
Content="IsSwipeToOpenEnabled"
IsChecked="{Binding IsSwipeToOpenEnabled, ElementName=SplitView}" />

<ComboBox Name="Placement" Width="170" Margin="10" SelectedIndex="{Binding Placement}">
<ComboBoxItem>Left</ComboBoxItem>
<ComboBoxItem>Right</ComboBoxItem>
Expand Down
Loading