Wednesday, February 26, 2014

Design time data not visible for Win8.0 apps on Win 8.1

Hi josh


Sorry, currently there is no place to track WinRT bugs. Connect is the only site for bugs but they do not accept winrt bugs. However I already reported this to seniors.


Make a ListView looks like GirdView? Take a look at this: Item templates for grid layouts, Is this what you need? By setting the following code we should be able to make ListView looks like GridView.



<ListView.ItemsPanel>
<ItemsPanelTemplate>
<ItemsWrapGrid MaximumRowsOrColumns="8"/>
</ItemsPanelTemplate>
</ListView.ItemsPanel>

--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