WinJS ListView In Depth - Binding, Templates, Semantic Zoom

Опубликовано: 20 Октябрь 2024
на канале: Shiv Kumar
1,541
6

The Windows Library for JavaScript provides a set of new controls designed for Windows Store apps using JavaScript, It also includes two style sheets (one with a dark color scheme and one with a light) that give your app the look and feel of Windows 8.

Most apps display lists of data, such as a list of contacts, images in a gallery, or the contents of an email inbox. These lists might obtain their data from a database, the web, or a JSON data source. Windows Library for JavaScript provides a ListView control that you can use to display data.

In this presentation, we'll take an in depth look at the WinJS ListView, Templates (both declarative as well as building templates in code). We'll also take a look an in depth look at Binding and finally Semantic Zoom.