I encountered unexpected behaviour with ultratree sorting when clicking on columns header. Please find sample in attached file. Click "PopulateTree" to load data then click twice on any columns to sort. All nodes except the first collapse until the scrollbar is clicked.
Is this a bug or am I missing something? Thanks
When the view is sorted, the control attempts to keep the ActiveNode in view; since the first node was active when the column was sorted, and it becomes the last node after the sort, the control is scrolled accordingly.
Thanks Brian for you respond.
I noticed that the control attempts to keep active node in focus when the column was sorted, but I don't think it's scrolled accordingly. When the node becomes the last node after the sort, only one node is displayed, and the rest of the view is empty. And I can't scroll up to see the nodes before the last one.