ListView Control

A ListView control displays a list of items with associated icons.

Client support

Newlook Smartclient only.

Use

A ListView control can be used to create a user interface like the right pane of Windows Explorer. It is useful if you want to present data to the user in some sort of tabular format.

The key property of the ListView control is ListItems, which contains the items displayed by the control. The user can select multiple items, for example to drag and drop several items at a time to another control, if the MultiSelect property is set to true. The ListView control can display check boxes next to the items, if the CheckBoxes property is set to true.

Material skin considerations

When the material skin is enabled in your solution, list views will be rendered with material styling. The most noticeable difference is an increase in the spacing within the list. If you have checkboxes enabled, then they will be rendered with the material primary color in the selected state.

Material skin

Classic skin

See Also

ListItem object | ListItems collection


© 2004-2021 looksoftware. All rights reserved.