Skip to content

Commit

Permalink
Improve samples
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinnara committed Feb 17, 2020
1 parent 6628f58 commit 09f4484
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions ModernWpf.SampleApp/ControlPages/ProgressPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
AutomationProperties.LabeledBy="{Binding ElementName=ProgresLabel}"
Minimum="0"
Maximum="100"
Value="0"
SpinButtonPlacementMode="Inline" />
</StackPanel>
</sc:ControlExample>
Expand Down
6 changes: 4 additions & 2 deletions ModernWpf.SampleApp/ControlPages/WindowPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@

<ui:RadioButtons
Header="WindowStyle"
ItemsSource="{Binding Source={x:Type WindowStyle}, Converter={StaticResource EnumValuesConverter}}"
SelectedItem="{Binding WindowStyle}" />
SelectedItem="{Binding WindowStyle}">
<WindowStyle>SingleBorderWindow</WindowStyle>
<WindowStyle>ToolWindow</WindowStyle>
</ui:RadioButtons>

<ui:RadioButtons
Header="ResizeMode"
Expand Down

0 comments on commit 09f4484

Please sign in to comment.