PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → Remove the sorting on the treeview by windev
Remove the sorting on the treeview by windev
Started by christine, Dec., 27 2004 3:30 PM - 2 replies
Posted on December, 27 2004 - 3:30 PM
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.
Posted on December, 27 2004 - 3:56 PM
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
Posted on December, 27 2004 - 5:20 PM
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.