Styling
RadListView provides an API that allows you to customize of appearance of its items.
The following RadListView properties can be used to add Styles, DataTemplates and style/template selectors, thus changing the default appearance:
- ItemTemplate
- ItemTemplateSelector
- ItemStyle
- ItemStyleSelector
- GroupHeaderTemplate
- GroupHeaderTemplateSelector
- GroupHeaderStyle
- GroupHeaderStyleSelector
Example
The following example shows how to define a Style and a DataTemplate, and then assign them to the corresponding RadListView properties.
Example 1: Setting up ItemTemplate and ItemStyle
Example 2: Populating with data
