DraggableTreeView
DraggableTreeView copied to clipboard
setExpanded doesn't has any effect
In my case, I copied your example but all TreeNodes are always expanded I try to call set Expanded(False), but it has no effect the TreeNodes doesn't collapse. I also tried to call setExpanded(false) recursive but at all it change nothing. How can i use setExpanded to collapse my TreeNodes?