Hello,
the nodes in a tree are always sorted alphabetically. How can I disable this?
I want that node 1 is displayed first, then the second node and so on ...
Right now I named the nodes beginning with numbers like:
01. Artist / Album
02. Artist
03. Album
Because otherwise Album is ordered first, then Artist and then Artist / Album.
Any solutions for this?
KoMa666