Skip to main content
A newer version of this page is available. .

Data Cells

Views display data using columns and rows (cards in a Card View, nodes in a TreeListView). These elements correspond to bound data source fields and records, respectively. Each row displays data cells arranged in a column layout. Data cells are located at the intersection of rows and columns. Each data cell corresponds to a field value within a record in a data source. Cells are used to display and edit data.

The image below illustrates the cell’s layout in a Table View and Card View.

DataCellOverview

TreeListView Cell Specifics

You can render tree indents as cell parts or separately from cell content according to the TreeListView.ShowTreeIndentAsCellPart property value. The image below demonstrates the difference.

WPF_TreeList_ShowTreeIndentAsCellPart

Concepts

Task-Based Help