PDA

View Full Version : Insertion point in tree


StephenUK
06-11-2008, 05:32 AM
I have recently imported some long lists of items and need to be able to insert new items at particular points in the explorer tree.

I find that when using the insert sibling command, sometimes the new sibling appears beneath the one above (which is what I want), but on other occasions the new sibling appears at the bottom of the list.

In short lists this is unimportant, but in longer ones it is frustrating.

Does it have to do with whether the list has been sorted alphabetically?

kinook
06-11-2008, 06:33 AM
If the items are sorted, new items will go to their sorted position (after naming). If the items are manually ordered, insert sibling inserts below the selection.

StephenUK
06-11-2008, 06:50 AM
Thank you.