Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TreeView in windows 8 store app in XAML

As I know there is no treeview control in Windows 8 store app, does anyone know an alternative solution?I want to display some parent child data with collapse and expend on click of the header, but this is not possible in GridView and ListView of Windows 8. Can any one help me for this ?

like image 454
Brijesh Avatar asked Feb 20 '13 10:02

Brijesh


1 Answers

There is a TreeView control in WinRT XAML Toolkit that has been ported from the Silverlight Toolkit.

like image 100
Filip Skakun Avatar answered Oct 12 '22 07:10

Filip Skakun