PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Remove the sorting on the treeview by windev
Remove the sorting on the treeview by windev
Débuté par christine, 27 déc. 2004 15:30 - 2 réponses
Posté le 27 décembre 2004 - 15:30
I work with a treeview. I added manually the items.
I see Windev displays my tree in a alphabetical (or reverse alphabetical) sorting way.
Is there a possibility that windev does not do any sorting at all ?
I want to display the items in the way they are added in my program.
Posté le 27 décembre 2004 - 15:56
Christine,
The Display mode (parameter of TreeAdd) is default tvAlphaSort.
Use tvLast instead.
HTH
Greetings Merijn
I work with a treeview. I added manually the items.
I see Windev displays my tree in a alphabetical (or reverse alphabetical) sorting way.
Is there a possibility that windev does not do any sorting at all ?
I want to display the items in the way they are added in my program.



OrangeTree Project Solutions
Posté le 27 décembre 2004 - 17:20
Thanks ,
Works fine...

Christine,
The Display mode (parameter of TreeAdd) is default tvAlphaSort.
Use tvLast instead.
HTH
Greetings Merijn
I work with a treeview. I added manually the items.
I see Windev displays my tree in a alphabetical (or reverse alphabetical) sorting way.
Is there a possibility that windev does not do any sorting at all ?
I want to display the items in the way they are added in my program.