We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32c389 commit 95a428fCopy full SHA for 95a428f
CommunityToolkit.App.Shared/Renderers/ToolkitSampleRenderer.xaml
@@ -97,9 +97,10 @@
97
<ScrollViewer x:Name="OptionsScrollViewer"
98
Grid.Row="0"
99
Grid.Column="0"
100
- MinWidth="256"
+ MinWidth="286"
101
Padding="16">
102
<ContentControl x:Name="OptionsControl"
103
+ HorizontalContentAlignment="Stretch"
104
Content="{x:Bind SampleOptionsPaneInstance, Mode=OneWay}" />
105
</ScrollViewer>
106
<Grid x:Name="FixedOptionsBar"
0 commit comments