Can I manually refresh or update a TreeView from my ViewModel?
I have a TreeView whitch is connected to a multiple level Dictionary.
Each branch in the TreeView has a number on it. The number represents the number of notes added to the branch combined with the number of notes on the branches below.
When I remove or add a note on a branch the number on the branch is updated.
How ever the number on the branches above it are not updated, even though I refreshed the whole dictionary (all the parents and children).
Thanks in advance!