What are the principles of supporting different display size/modes/orientations in Metro/Winstore app using XAML/C# ? Are there guidelines?
At the moment I want to be able to display a list view with 2 tiles in portrait mode and 5 tiles in landscape. I want these 2/5 tiles to fill the screen width automatically on the mode change.
Shall I just bind witdth of the tile template to a property and calculate it manually or is there more elegant tools in the .NET 4.5 ?