Tree
doesn't post NodeExpanded
when a node is expanded from code
#2535
Labels
Tree
doesn't post NodeExpanded
when a node is expanded from code
#2535
Noticed while starting work on #2456,
Tree
will only post aNodeExpanded
message when a node is expanded under user interaction. If a node is expanded from code, no message is sent. This has a knock-on effect on theDirectoryTree
where it usedNodeExapnded
to know when it should lazy-load the content of a directory in the tree.Correcting this is necessary to implementing #2456, but adding this as an issue in its own right as it's a fairly fundamental change to
Tree
(albeit not a breaking one) and worth highlighting in its own right.This will in effect expand on the work in #1644 (and so follows on from the requirement first laid out in #1430).
The text was updated successfully, but these errors were encountered: