This question is locked. New answers and comments are not allowed.
I am attempting to expand a selected node from code when adding a child to it. I have done this in the TreeView using the SelectedContainer and setting the IsExpanded property to true. I can't see a way to do this in TreeListView however. The items in my TreeListView are databound to a list of objects. Is there a way do this in code for the TreeListView?