I am trying to build a WPF TreeView with three layers. CountryReportTitle is a string property and ArticleCategoryTitlesList is a coll
TreeView
CountryReportTitle
ArticleCategoryTitlesList
You need to bind the TreeView Resources inside your TreeView:
I think you'll need to modify your project to bind your Treeview with your ViewModel instead of a list of string
Here is a good Example