« Return to Thread: Sorting TreeList

Re: Sorting TreeList

by Ken Orr :: Rate this Message:

Reply to Author | View in Thread

If you add a SortedList upstream of your TreeList, you'll get sorted output.

SortedList -> TreeList

dingwa wrote:
Hi,

How is it possible to sort TreeLists?  When I add rows to the tree list they seem be be inserted into an arbitrary position.  I am wanting to control the position of any new rows that are inserted into the TreeList (i.e. at the top of the table)

Would I have either have to insert the row into the TreeList and then sort the list so the newly inserted row is at the top? Or is it even possible to insert the top level expandable row at a specified position?


Cheers!

 « Return to Thread: Sorting TreeList