/
posted by
Silverlight Show
on
Sep 26, 2012 (1 month ago)
Read original post by Michael Scherotter at Synergist Blog One of the useful controls to use when creating a Windows Store app for Windows 8 is the GridView which can use a VariableSizeWrapGrid to support item templates of varying size. Using this in conjunction with an DataTemplateSelector makes it possible to vary both the size and data template of the items in a GridView. Here is how you do it ...