TreeView in windows 8 store app in XAML

c#, windows, windows-runtime, winrt-xaml, xaml

Solution

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

Problem

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 ?

Original source