E
escristian
Hello.
I am trying to use a specific IComparer object to sort the nodes of my
TreeView. Now if it was an Array I could simply call Sort() and pass it
my IComparer object. But with the TreeNodeCollection object there is no
sort method.
Can anyone give me some ideas on how to implement this?
Thanks
I am trying to use a specific IComparer object to sort the nodes of my
TreeView. Now if it was an Array I could simply call Sort() and pass it
my IComparer object. But with the TreeNodeCollection object there is no
sort method.
Can anyone give me some ideas on how to implement this?
Thanks