Hi, I'm working in WinRT application, I have list of folders with nested child folders. I need to show it like Windows 8.1 Mail application folders. Refer windows 8.1 Mail. Parent folders and sub folders displayed like this
Folder1
..Child1
..Child2
..Child2 A
Folder2
..Child1
..Child2
I need to display like this using Listview or List box, Any idea?