What is the difference between Listview and Treeview?

Showing Answers 1 - 2 of 2 Answers

Swapna Gentyala

  • Mar 18th, 2006
 

In tree view one entry can have child entry, where as in List view one item can't have any child entries

  Was this answer useful?  Yes

Jayashree .N Ragavan

  • May 12th, 2006
 

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 execls at representing subsets of data or discrete objects.The list view property is often used in association with a tree view control

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions