DBtreeview bean

Hello Servoy users,

Is there a method on DBtreeview bean that will allow me to sort the items alphabetically on the “label text” ?

:?:

As I can see the children of a node are displayed following the creation order, but I suppose I miss something ?

Thanks for your help.

DomTom.

The first level can be sorted by simply sorting the foundset that you pass to the bean. The second (and following) levels cannot be sorted, currently. But I have already made a feature request for that.