M Michael D. Ober Dec 2, 2005 #1 How do I sort the nodes of a treenode alphabetically by their text values? Thanks, Mike Ober.
G Guest Dec 2, 2005 #2 Look at: http://msdn2.microsoft.com/en-us/library/system.windows.forms.treeview.treeviewnodesorter.aspx Chris
Look at: http://msdn2.microsoft.com/en-us/library/system.windows.forms.treeview.treeviewnodesorter.aspx Chris
M Michael D. Ober Dec 5, 2005 #3 Thanks - the Sorted property is what I was looking for. This property isn't displayed in the VB Express properties box for the treeview control. I put it in via code in my load event. Mike Ober.
Thanks - the Sorted property is what I was looking for. This property isn't displayed in the VB Express properties box for the treeview control. I put it in via code in my load event. Mike Ober.