Skip to content

Commit ff80d0f

Browse files
committed
remove min width/height
1 parent 45a290c commit ff80d0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Microsoft.Toolkit.Uwp.SampleApp/SamplePages/WrapPanel/WrapPanel.bind

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
<Setter Property="VerticalContentAlignment" Value="Stretch" />
5757
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
5858
<Setter Property="Padding" Value="0" />
59+
<Setter Property="MinWidth" Value="0" />
60+
<Setter Property="MinHeight" Value="0" />
5961
</Style>
6062
</ListView.ItemContainerStyle>
6163
</ListView>

0 commit comments

Comments
 (0)