What is a ListView control ?
Printable View
What is a ListView control ?
The ListView control displays data as ListItem objects. Each ListItem object can have an optional icon associated with the label of the object. The control excels at representing subsets of data (such as members of a database) or discrete objects (such as document templates). Although it may sound foreign, but the ListView Control is the control that Windows Explorer uses. Other possible uses for it can be to display the results of a query on a database or display all the records in a database table.