Setting up WPF treeview triggers to show different images on expand
I have a wpf tree view that displays nodes of various types with corresponding images such as folder images. Initially, the tree and its nodes with corresponding images display as expected. However when a node is expanded, the expectation is that the image for the expanded node should swap to an expanded image. I'm trying to use HierarchicalDataTemplate triggers to set this up. Should the triggers be set up differently? The tree looks something like: (Folder Image) Solutions (SolutionsViewModel) --(Solution Image) Solution 1 (Solution) --(Solution Image) Solution 2 (Solution) (Folder Image)