Discovering Expression Blend 5 – ListView
Published by on 26.09.2011 at 22:19

Often you need to display a list of items in a application. The Windows Library for JavaScript contains a ListView control for you to use in your applications. The control can be bound to a data source and templated from HTML.

Getting started

We’ll start off by creating a new project and choosing the Fixed Layout Application project template. image Read the full post