Metro: Creating a Master/Detail View with a WinJS ListView Control
- by Stephen.Walther
The goal of this blog entry is to explain how you can create a simple master/detail view by using the WinJS ListView and Template controls. In particular, I explain how you can use a ListView control to display a list of movies and how you can use a Template control to display the details of the selected movie.
Creating a master/detail view…