DraggableTreeView icon indicating copy to clipboard operation
DraggableTreeView copied to clipboard

setExpanded doesn't has any effect

Open ChristopherN64 opened this issue 6 years ago • 0 comments

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?

ChristopherN64 avatar Mar 19 '19 08:03 ChristopherN64