Skip to content

Commit c6212fc

Browse files
committed
Sample fixes
As per #3222 (comment)
1 parent e46bdde commit c6212fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Microsoft.Toolkit.Uwp.SampleApp/SamplePages/ListViewExtensions/ListViewExtensionsPage.xaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,12 @@
3434
ItemTemplate="{StaticResource NormalTemplate}" />
3535
</Grid>
3636

37-
<StackPanel Grid.Column="1" Margin="5,0,5,0" Width="200">
37+
<StackPanel Grid.Column="1" Margin="5,10,10,0" Width="200">
38+
<TextBlock Text="Smooth Scroll Settings" FontSize="{StaticResource TextStyleLargeFontSize}" Margin="0,0,0,10"/>
3839
<TextBox x:Name="IndexInput"
3940
Header="Index"
4041
InputScope="Number"
41-
Text="0" />
42+
Text="100" />
4243
<ComboBox x:Name="ItemPlacementInput"
4344
Header="Item Placement"
4445
SelectedIndex="0">

0 commit comments

Comments
 (0)