When dragging multiple items in the tree control the array is being sorted
or reversed (depends on it’s mood I suppose). I fully understand the reason
behind building the array in the order selected by the user when using ctrl,
but if I select top to bottom or bottom to top with shift; it's being
sorted...

This kind of makes it difficult to keep a backend version of the tree up to
date properly. I.e. sending updates as they happen as opposed to sending the
entire structure. I’m using a XMLListCollection here so that could be
related.

Any trick to turn this off/override it, without delving into the deepest
inner workings of the tree control?

There are several other problems I’m encountering with this control, which I
’ll post about when I’ve figured out a bit what is happening.

Has anyone managed to get this baby working flawlessly.

Thanks

Jason



Reply via email to