I\'m trying to set the IsExpanded property of my TreeView items using a conditional template, in the XAML:
IsExpanded
TreeView
XAML
I had to do something similar, and I resolved it this way:
..... .....