I am launching a new application and I am ready to use the panel template .
For example: a Google IO application uses it:

My problem is that the number of buttons will be more than six. I am not sure whether to use vertical or horizontal scrolling.
Vertical scrolling can be done with ScrollViewor GridView, but I'm not sure what a simpler way to implement the horizontal version would be.
I thought to use HorizontalScrollView, but it does not have pagination. It should look like a tweetdeck app.
How do you implement it?
source
share