Hi all
After Jason Plum posted the example code for TreeViews (thank you!), I
have had no problems at all... until today :)
I am creating a treeview and now trying to sort the entries using Sort()
or SortChildren(), but neither of these seem to be doing anything. I
have tried using indvidual nodes within the trer. Other operations on
individual nodes in the same code loop work (like Expand() for example).
I have tried sorting only nodes with siblings, I have tried sorting the
root node for the entire treeview, I have truied both the above with
Sort() and SortChildren(), but nothing seems to be working.
Is it broken? Or is it me that is broken? :)
Steve