Description
Currently the tree widget sorts nodes and leaves independently in the list view (in that in an ascending sort, all the nodes are at the top, subsorted by the column clicked). We have several use cases where it would be preferable to sort the column as displayed, with the nodes interleaved with the leaves within the tree view. A tree widget property of \\\"Sort nodes with leaves\\\" would be of use here.
Use Case
Where a tree widget can have different depths of items, (such as customer calls with or without sub-calls) the same class of data can be both a node and a leaf, and they need to sort together.
Importance
Mild
Type
Windows GUI
Operating System
Windows
Status
Open