November 2012
Intermediate to advanced
368 pages
7h 48m
English
In This Chapter
• Introduction to the ListView Control
• Selecting Items in a ListView Control
• Sorting Items in a ListView Control
• Filtering Items in a ListView Control
• Grouping Items in a ListView Control
• Switching Views with Semantic Zoom
This entire chapter is devoted to one control: the ListView control. This is the single most important control included in the WinJS library. If you need to display a list of items—for example, a list of products, a list of movies, a list of files, a list of photos—then the ListView control is the control to use.
In this chapter, I explain how you can take advantage of all of the ...
Read now
Unlock full access