views:

25

answers:

0

Hi,

I'm currently trying to create a ListView with a TreeView as ItemTemplate (a list of TreeViews). Furthermore, I need to bind a different XmlDataProvider on each one of them so they can each have a different XML source.

I already know how to bind a XML source to a TreeView, but I don't know how to create a XMLDataProvider for each ListViewItem. Any idea how to do it?

Thanks, have a nice day

Edit: Important note: the number of TreeViews will vary as the collection (from which I'll create the tree views) will be constructed at runtime.