Adding List View, Semantic Zoom, and FlipView (HTML)

[ This article is for Windows 8.x and Windows Phone 8.x developers writing Windows Runtime apps. If you’re developing for Windows 10, see the latest documentation ]

Most applications manipulate and display sets of data, such as a gallery of images or a set of email messages. Windows Library for JavaScript provides several controls that make it easy to display, present, and manipulate data. The topics in this section describe these data and presentation controls: FlipView, ListView, and SemanticZoom.

In this section

Topic Description

Quickstart: Add repeater controls

Learn how to use the Repeater control in Windows apps using JavaScript that displays a discrete set of data as repeating HTML markup.

Add FlipView controls

Describes how to create and use the FlipView control, a WinJS control that lets you flip through a collection of items.

Add ListView controls

Describes how to create and use the ListView control, a WinJS control that displays data in a customizable list or grid.

Add SemanticZoom controls

The SemanticZoom control enables the user to zoom between two different views of the same content. Here we show you how to use the SemanticZoom control.