Hello,
can the TreeListView be used in an easy way? The only thing I got to work is that it shows headers and the treeview expander icons show that the bound data hierarchy is loaded correctly (bound via ItemsSource + HierarchicalDataTemplate).
But I don't get any content to show: Neither via DisplayMemberBinding or CellTemplate (TreeListViewColumn) nor the HierarchicalDataTemplate itself. I tried all CellContentType enum values, no difference -- just plain nothing.
can the TreeListView be used in an easy way? The only thing I got to work is that it shows headers and the treeview expander icons show that the bound data hierarchy is loaded correctly (bound via ItemsSource + HierarchicalDataTemplate).
But I don't get any content to show: Neither via DisplayMemberBinding or CellTemplate (TreeListViewColumn) nor the HierarchicalDataTemplate itself. I tried all CellContentType enum values, no difference -- just plain nothing.