Skip to content

Commit 95a428f

Browse files
committed
Make settings stretch horizontally
1 parent b32c389 commit 95a428f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CommunityToolkit.App.Shared/Renderers/ToolkitSampleRenderer.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,10 @@
9797
<ScrollViewer x:Name="OptionsScrollViewer"
9898
Grid.Row="0"
9999
Grid.Column="0"
100-
MinWidth="256"
100+
MinWidth="286"
101101
Padding="16">
102102
<ContentControl x:Name="OptionsControl"
103+
HorizontalContentAlignment="Stretch"
103104
Content="{x:Bind SampleOptionsPaneInstance, Mode=OneWay}" />
104105
</ScrollViewer>
105106
<Grid x:Name="FixedOptionsBar"

0 commit comments

Comments
 (0)