May 2010
Intermediate to advanced
1272 pages
61h 18m
English
ListViewThe ListView control offers a higher customization level if compared to the ListBox and can also be used for receiving the user input other than just presenting data. Same as for the ListBox, you might want to consider the DataGrid control for advanced data-binding techniques. To present a series of items, the ListView can be declared the same way as the ListBox. Things are better when you instead want to use such control with columns, such as in a grid. Consider the following XAML code that declares a ListView data-bound to the list of running processes:

The View property establishes how the control will look. The GridView creates a ...
Read now
Unlock full access