Searching for "Listview"

Q:

What is the difference between Listview and Treeview?

Answer

Tree view control is designed to display data that is hierarchical in nature, such as organization trees, the entries in an index, the files, directories on a disk. It is often used in conjuction with the List view control, which is used to display the contents of the folder selected in the tree view.


List view control displays data as listitem objects. The control excels at representing subsets of data or discrete objects.The list view property is often used in association with a tree view control.

Report Error

View answer Workspace Report Error Discuss