Structure
This article will show the internal elements structure of RadListView considering the ListViewType:
Structure of ListViewType.ListView
-
SimpleListViewVisualItem: represents the visual item.
1.1. ListViewItemCheckbox: represents the check box. - SimpleListViewContainer: represents the view container.
- RadScrollBarElement: represents the scroll bar.
Structure of ListViewType.IconsView
-
IconListViewVisualItem: represents the visual item.
1.1. ListViewItemCheckbox: represents the check box. - IconListViewContainer: represents the view container.
- RadScrollBarElement: represents the scroll bar.
Structure of ListViewType.DetailsView
-
DetailListViewVisualItem: represents the visual item.
1.1. ListViewItemCheckbox: represents the check box.
1.2. DetailListViewColumnContainer: represents the column container that holds the cells.
1.2.1. DetailListViewDataCellElement: represents the cell.
- DetailsListViewContainer: represents the view container.
- DetailListViewColumnContainer: represents the container that holds the columns.
- RadScrollBarElement: represents the scroll bar.