Vertical scrolling inside GridView group of items in WinRT XAML
问题 I am using GridView for displaying groups of different sets of items in a WinRT XAML app. Everything works well, except that the ItemsPanelTemplate uses a wrapping grid which stacks my items vertically when it's out of space. So, I tried to use StackPanel, like this: <GroupStyle.Panel> <ItemsPanelTemplate> <StackPanel Orientation="Vertical" Visibility="Visible" /> </ItemsPanelTemplate> </GroupStyle.Panel> The items are stacked vertically, and that's great, but the problem is now that I can't