M
Michael
Hello,
The "Sorted" Method of a TreeView control dont work.
How can I make it work?
I know that I can sort the data that will compose the
nodes before, then add the nodes from the sorted result
after. Adding a sort function in the code will also add
more time delay in the execution.
But since there already is a sort method, I would like to
use it.
Dim objTree As TreeView
objTree.Sorted = True
Thanks,
Michael
The "Sorted" Method of a TreeView control dont work.
How can I make it work?
I know that I can sort the data that will compose the
nodes before, then add the nodes from the sorted result
after. Adding a sort function in the code will also add
more time delay in the execution.
But since there already is a sort method, I would like to
use it.
Dim objTree As TreeView
objTree.Sorted = True
Thanks,
Michael