Hello!
Add ItemsPanelTemplate to your gridview
<GridView.ItemTemplate>
<DataTemplate >
<!--your data template-->
</DataTemplate>
</GridView.ItemTemplate>
<GridView.ItemsPanel>
<ItemsPanelTemplate>
<WrapGrid Orientation="Horizontal"/>
</ItemsPanelTemplate>
</GridView.ItemsPanel>
</GridView>
No comments:
Post a Comment