I need to expand a TreeNode and apparently someone thought it was a good idea to protect it.
How am I supposed to directly expand a Node in the tree via code then?
I cannot find an alternative to this.
I suppose I could perform a local hack to expose it but why?
It is virtual which leads to me to believe its there somewhere?