Using a KryptonTreeGridView, I can sort the tree by using " KryptonTreeGridView.Sort(KryptonTreeGridView.Columns(1), ListSortDirection.Ascending) "
But this only sorts the top level nodes, how would I go about sorting the Child nodes?
As ever, thanks for all the work done on the Krypton toolkit...
Using a KryptonTreeGridView, I can sort the tree by using " KryptonTreeGridView.Sort(KryptonTreeGridView.Columns(1), ListSortDirection.Ascending) " But this only sorts the top level nodes, how would I go about sorting the Child nodes?
As ever, thanks for all the work done on the Krypton toolkit...