Adventures in Windows 8: Placing items in a GridView with a ColumnSpan or RowSpan
- by Laurent Bugnion
Currently working on a Windows 8 app for an important client, I will be writing about small issues, tips and tricks, ideas and whatever occurs to me during the development and the integration of this app. When working with a GridView, it is quite common to use a VariableSizedWrapGrid as the ItemsPanel. This creates a nice flowing layout which will…