windows runtime - How to show nested items in list view -


i'm working in winrt application, have list of folders nested child folders. need show windows 8.1 mail application folders. refer windows 8.1 mail. parent folders , sub folders displayed this

fodler1    ..child1   ..child2     ..child 2a folder2   ..child1   ..child2 

i need display using listview or list box, idea?

use itemtemplateselector , flatten folder tree list items have templates match folder nesting levels. make when folder items clicked - children removed/inserted collection (make sure use observablecollection support monitoring changes list).

there's sample in winrt xaml toolkit.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -