Hi,
I have a weird problem, where I am implementing item re-ordering feature in treeview. The treeview ordering works fine in most of the cases except for when I drag the item to a position decide to drop it at some place and then change my mind and continue dragging it to some other place before I drop it. In that specific case, it positions the dropped item, one place below the final intended spot. I checked the ondrop event and determined that the previous item id is turning out to be the id of the item after the dropped position but not the id of the item in the previous position. Can you please help me fix it
I have a weird problem, where I am implementing item re-ordering feature in treeview. The treeview ordering works fine in most of the cases except for when I drag the item to a position decide to drop it at some place and then change my mind and continue dragging it to some other place before I drop it. In that specific case, it positions the dropped item, one place below the final intended spot. I checked the ondrop event and determined that the previous item id is turning out to be the id of the item after the dropped position but not the id of the item in the previous position. Can you please help me fix it