Adding ListView controls (Windows Store apps using JavaScript and HTML)

Language: JavaScript and HTML | VB/C#/C++ and XAML
1 out of 2 rated this helpful - Rate this topic

This section describes how to create and use the ListView control, a Windows Library for JavaScript control that displays data in a customizable list or grid.

A ListView with grouped items

In this section

TopicDescription

Quickstart: Adding a ListView

Learn how to use the ListView control, a Windows Library for JavaScript control that displays data in a customizable list or grid and supports data binding, virtualization, drag and drop, and other advanced features.

Styling the ListView and its items

Learn how to customize the ListView by using CSS to style it.

How to brand your ListView

Learn how to brand your app's landing page by using the Grid App template and styling ListView items.

How to create a templating function

Learn how to create a templating function that generates items for a ListView.

How to change the selection mode

How to change the selection mode of a ListView.

How to group items in a ListView

Describes how to group items in a ListView.

How to display items that are different sizes

By default, the ListView allocates the same size for each item in the list. When you use a grid layout, you can modify this behavior and display items that are different sizes by making the items span multiple cells.

Item templates for grid layouts

Learn about item templates that you can use with a ListView that has a grid layout.

Item templates for list layouts

Learn about item templates that you can use with a ListView that has a list layout.

Guidelines and checklist for ListView controls

Guidelines for adding ListView controls to your Windows Store app using JavaScript.

 

Related topics

ListView reference

 

 

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.