Hi,
We need to implement a TreeListView with dynamic columns, in
order to show kind of "pivot table". We have tried this code but without result, the TreeListView don't recognize the items
object to show data in hierarchical format. the component show only the first
level however data are correctly loaded (when we use the same
ObservableCollection "DataSource" as ItemsSource of a simple TreeView
the hierarchy is correctly shown).
Tks.