Skip to content

Commit c6c1837

Browse files
committed
Replace UniformGridLayout with StackLayout
1 parent a619999 commit c6c1837

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

components/SettingsControls/src/SettingsExpander/SettingsExpander.xaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,7 @@
101101
ItemTemplate="{Binding ItemTemplate, Mode=OneWay, RelativeSource={RelativeSource TemplatedParent}}"
102102
TabFocusNavigation="Local">
103103
<muxc:ItemsRepeater.Layout>
104-
<muxc:UniformGridLayout ItemsStretch="Fill"
105-
MaximumRowsOrColumns="1"
106-
Orientation="Horizontal" />
104+
<muxc:StackLayout Orientation="Vertical" />
107105
</muxc:ItemsRepeater.Layout>
108106
</muxc:ItemsRepeater>
109107
<ContentPresenter Grid.Row="2"

0 commit comments

Comments
 (0)