I have noticed a weird behavior using a DataTemplateSelector for a treeview. See screenshot #1 for the expected behavior. I went and looked at the XAML Controls Gallery and note that the ...
When a TreeView has its ItemSource bound to an ObservableCollection, the tree doesn't get updated after calling the Move() method on that collection. The workaround is to remove the item, and then ...