Skip to content

Commit 35be616

Browse files
committed
chore: AutoGrid test
1 parent 05075e8 commit 35be616

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/Wpf.Ui.Test/MainWindow.xaml

+18
Original file line numberDiff line numberDiff line change
@@ -979,6 +979,24 @@
979979
<Button Command="{Binding ShowAsyncPendingBoxCommand}" Content="Show PendingBoxAsync" />
980980
</ui:StackPanel>
981981
</StackPanel>
982+
<StackPanel>
983+
<TextBlock
984+
MinWidth="120"
985+
Margin="0,8,0,0"
986+
FontSize="14"
987+
FontWeight="Black"
988+
Text="AutoGrid" />
989+
<ui:AutoGrid
990+
Margin="0,8,0,0"
991+
ColumnCount="2"
992+
RowCount="2"
993+
RowHeight="35">
994+
<TextBlock VerticalAlignment="Center" Text="Title1" />
995+
<Button Content="Button1" />
996+
<TextBlock VerticalAlignment="Center" Text="Title22222222" />
997+
<Button Content="Button2" />
998+
</ui:AutoGrid>
999+
</StackPanel>
9821000
</StackPanel>
9831001
</ScrollViewer>
9841002
</ui:Grid>

0 commit comments

Comments
 (0)