0

I'm trying to do a Windows Store interface application like the Modern Ui StartPage.

I need to do an interface which contains all the components in 1 Page. The navigation should be a swipe to the right or to le left .

Thanks a lot for you help

2 Answers2

0

A GridView exhibits the same behaviour as the Start Menu in Windows 8.

dcastro
  • 66,540
  • 21
  • 145
  • 155
0

In order to replicate the Windows 8 start screen, you need to use the Semantic Zoom control in addition to the Gridview. Link to implement this.

Manvik
  • 977
  • 14
  • 26