
Adding ListView controls (HTML)
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.
In this section
Topic | Description |
---|---|
Learn how to use the ListView control, a WinJS control that displays data in a customizable list or grid and supports data binding, virtualization, drag, and other advanced features. | |
How to enable reordering, dragging, and dropping in a ListView |
Learn how to add reordering, dragging, and dropping items feature to a ListView control. |
Learn how to customize the ListView by using CSS to style it. | |
Learn how to brand your app's landing page by using the Grid App template and styling ListView items. | |
Learn how to create a templating function that generates items for a ListView. | |
How to change the selection mode of a ListView. | |
Describes how to group items in a ListView. | |
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. | |
Learn about item templates that you can use with a ListView that has a grid layout. | |
Learn about item templates that you can use with a ListView that has a list layout. |
Related topics