This example demonstrates how TileNavPane can be used with the MVVM pattern. TileNavPane has three levels: categories, items and subitems. To generate categories, bind a collection to the TileNavCategory.CategoriesSource property. To generate items, use TileNavCategory.ItemsSource. If it's necessary to generate subitems, use the TileNavItem.ItemsSource property.
↧