With a treeview, is it possible to sort only on the current level? Using myTree.Sort sorts the entire tree.
Hi Derek,
Have you looked at using the TreeViewNodeSorter
http://msdn.microsoft.com/en-us/library/system.windows.forms.treeview.treeviewnodesorter.aspx
Cheers
Jay
Please let us know if Jay's response didn't help.
Thanks Jay,
Palli