Skip to content

Commit

Permalink
Reverting scrollbar changes
Browse files Browse the repository at this point in the history
  • Loading branch information
niels9001 committed Jul 11, 2022
1 parent 41fbacf commit c674f6f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions samples/MvvmSampleUwp/Controls/DocumentationBlock.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
InlineCodePadding="6,0,6,0"
ListMargin="-6,4,0,4"
QuoteMargin="12,12,0,0"
ScrollViewer.VerticalScrollBarVisibility="Disabled"
ScrollViewer.VerticalScrollMode="Disabled"
Text="{TemplateBinding Text}" />
</Grid>
</ControlTemplate>
Expand Down
4 changes: 4 additions & 0 deletions samples/MvvmSampleUwp/Controls/InteractiveSample.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
Background="Transparent"
BorderBrush="Transparent"
BorderThickness="0"
ScrollViewer.VerticalScrollBarVisibility="Disabled"
ScrollViewer.VerticalScrollMode="Disabled"
Text="{TemplateBinding XamlCode}" />
</PivotItem>
<PivotItem Header="C#">
Expand All @@ -51,6 +53,8 @@
Background="Transparent"
BorderBrush="Transparent"
BorderThickness="0"
ScrollViewer.VerticalScrollBarVisibility="Disabled"
ScrollViewer.VerticalScrollMode="Disabled"
Text="{TemplateBinding CSharpCode}" />
</PivotItem>
</Pivot>
Expand Down
2 changes: 1 addition & 1 deletion samples/MvvmSampleUwp/Shell.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
<Image
Width="18"
Margin="0,0,0,0"
Source="ms-appx:///Assets/AppList.png" />
Source="ms-appx:///Assets/Icon/AppList.png" />
<TextBlock
Margin="12,0,0,0"
Style="{StaticResource CaptionTextBlockStyle}"
Expand Down

0 comments on commit c674f6f

Please sign in to comment.