I need to implement a sort of book using the GridView Control.
In particular I’m looking for a way to display only 2 items per time and still to be able to scroll the whole list using scrollbars.
I need to implement a sort of book using the GridView Control. In particular
Share
Your question isn’t very clear, but I’m assuming you are asking how to ask 2 rows or columns of blocks to your application.
Have a look at the default new Metro app template. It’s hub page has a multi-line gridview. The key is to use a WrapGrid, or VariableSizedWrapGrid to display your items. In the example, a gridview is used, but then the wrapgrid is used as the item template (used for each group of items).