We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05075e8 commit 35be616Copy full SHA for 35be616
src/Wpf.Ui.Test/MainWindow.xaml
@@ -979,6 +979,24 @@
979
<Button Command="{Binding ShowAsyncPendingBoxCommand}" Content="Show PendingBoxAsync" />
980
</ui:StackPanel>
981
</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
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>
1000
1001
</ScrollViewer>
1002
</ui:Grid>
0 commit comments