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
Post a Comment