Click here to Skip to main content
15,888,325 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello all,

I want to show hierarchy in listview for metro application, as treeview is not their in windows8.
Pls help
Posted

1 solution

Refer:
ListView Tips and Tricks[^]
ASP.NET ListView: Displaying Hierarchical Data[^]
TreeListView: Show Hierarchy Data with Details in Columns[^]

BTW, list view is not suitable for hierarchical data its for flat tables i.e. Lists.
You can use TreeView[^] instead of Lists.
 
Share this answer
 
Comments
dipanshu tyagi 5-Sep-12 0:44am    
But treeview is not supported in visualstudio 2012 or metro application..
Replacement of treeview is listview only

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900