You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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...
The text was updated successfully, but these errors were encountered: