PDA

View Full Version : How to move elements in Tree/TreeStore up and down



jraue
4 Sep 2008, 2:17 AM
Hi,

I am looking at a way to move a certain element up and down by one position in a tree. For that, the only way I found was to call store.remove and then store.insert, however, this causes the selected item to change with some undesired consequences.

Any ideas?

Thanks,

Joachim