Monday, April 28, 2014

How align Grouped Items vertically

Hi Gustavo,


By setting some code as I did you can do this:



<GridView.ItemsPanel>
<ItemsPanelTemplate>
<ItemsWrapGrid GroupHeaderPlacement="Top" MaximumRowsOrColumns="1" Orientation="Horizontal"/>
</ItemsPanelTemplate>
</GridView.ItemsPanel>



The result can be as below, however I cannot figure out how to make it display as multiple lines:



--James




<THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED>

Thanks

MSDN Community Support



Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.


No comments:

Post a Comment