How to get gridview with variable sized gridview items?
问题 I want to show images in grouped gridview. Now all the images will have various height & width So I want to show images in it's original height width. I tried WrapGrid , VariableSizedWrapGrid & VirtualizingStackPanel but didn't get the output. Please note my model class contains image name (path), height & width. So how can I show images like given below ? 回答1: No, I doubt you tried a WrapPanel. There's not one in WinRT. Using VariableSizedWrapGrid you get a result something like this: Using