Hey Developer
I have to display data in my TreeView like
Country (Class Group - ObservableCollection)
--- Canton (Class Group - ObservableCollection)
------- City (Class Group - ObservableCollection)
---------- Persons (Class Person - ObservableCollection)
--- Canton (Class Group - ObservableCollection)
how could i work this out? i've tried it with a HierarchicalDataTemplate, but here i can't display my Persons..
Thanks for your help!