List View
The List View is a WPF control that can be added to a form or user display with list view items added to it.
This control is generally authored through code behind by assigning a grid view to the View property and applying data binding.
See Items Controls to view the usage and description of the properties for this control.