MVVM: How to handle a List of Models in the ViewModel?
I’m trying to create a MindMap programm using WPF with MVVM.
I have a Model called “NodeModel” that has a list of Child NodeModels.
I’m trying to create a MindMap programm using WPF with MVVM.
I have a Model called “NodeModel” that has a list of Child NodeModels.