Pages

Wednesday 8 August 2012

Transposing GridView for Portrait Mode In C#/XAML Windows 8 App

If your landscape mode uses a GridView to achieve a look like this…
Transposing GridView for Portrait Mode
… you might be wondering out how to make it look like this:
Transposing GridView for Portrait Mode
The trick is not to use a GridView, but rather use a ListView with an ItemsPanel that is a WrapGrid with Horizontal Orientation. That is, replace this:

Read full article here

No comments:

Post a Comment

Web Informer Button