Skip to content

Commit

Permalink
Sample fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosuavio committed Jul 2, 2021
1 parent e46bdde commit c6212fc
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@
ItemTemplate="{StaticResource NormalTemplate}" />
</Grid>

<StackPanel Grid.Column="1" Margin="5,0,5,0" Width="200">
<StackPanel Grid.Column="1" Margin="5,10,10,0" Width="200">
<TextBlock Text="Smooth Scroll Settings" FontSize="{StaticResource TextStyleLargeFontSize}" Margin="0,0,0,10"/>
<TextBox x:Name="IndexInput"
Header="Index"
InputScope="Number"
Text="0" />
Text="100" />
<ComboBox x:Name="ItemPlacementInput"
Header="Item Placement"
SelectedIndex="0">
Expand Down

0 comments on commit c6212fc

Please sign in to comment.