Skip to content

Commit

Permalink
Update README.md & Fix issue #37
Browse files Browse the repository at this point in the history
  • Loading branch information
NotYoojun committed Jan 29, 2024
1 parent 8dbf01d commit b3f188c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
xmlns:sys="clr-namespace:System;assembly=mscorlib"
xmlns:ui="http://schemas.inkore.net/lib/ui/wpf/modern"
Title="FlipView Page"
d:DesignHeight="450"
d:DesignWidth="800"
DataContext="{Binding RelativeSource={RelativeSource Mode=Self}}"
mc:Ignorable="d">
Expand Down Expand Up @@ -94,7 +93,7 @@
</local:ControlExample>
<local:ControlExample x:Name="Example3" HeaderText="Vertical FlipView">
<local:ControlExample.Example>
<ui:FlipView Height="270" MaxWidth="400">
<ui:FlipView Height="270" MaxWidth="400" Orientation="Vertical">
<Image AutomationProperties.Name="Cliff" Source="/Assets/SampleMedia/cliff.jpg" />
<Image AutomationProperties.Name="Grapes" Source="/Assets/SampleMedia/grapes.jpg" />
<Image AutomationProperties.Name="Rainier" Source="/Assets/SampleMedia/rainier.jpg" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
xmlns:sys="clr-namespace:System;assembly=mscorlib"
xmlns:ui="http://schemas.inkore.net/lib/ui/wpf/modern"
Title="Flyout"
d:DesignHeight="450"
d:DesignWidth="800"
mc:Ignorable="d">
<StackPanel>
Expand Down

0 comments on commit b3f188c

Please sign in to comment.