I want move item between two adjucent node.
On XamWebTree_ItemDragEnded envent i use e.TargetItem and e.SourceItem to move and accordingly i maintain my domain object. But, When i try to move between two nodes.
I don't find any state to differentite that sourceItem move inside or after e.TargetItem node.
Provide suggestion how to move item between two nodes.
Hello,
You can use the ItemDropped event, where the DroppedEventArgs expose e.DropPosition property, which will help you determine where you are dropping an item - Before, After, Onto.
Thanks.
Is there a way to do this same thing with VB.NET 2010 and the UltraTreeView (UltraWinTree)? Is so, how can it be accomplished?
Thanks,
bmw :)
Hi bmw,
I believe that I have already answered your question in the following forum thread:
https://ko.infragistics.com/community/forums/f/ultimate-ui-for-windows-forms/79500/ultratree-draw-line-between-nodes-in-dragover/401310#401310.
Boris,
I found the drawfilter sample class, and this may sound a little "stupid", but when do I implement which piece of what part of the class in my code. I can play around with it and eventually figure it out, but time is of the essence!
Thank you so much for all the replies.
bmw
Boris, Alex, and WhomEverElse,
Thank you for all your replies and assitance. I found exactly what I needed and it will work wonderfully!! I can't wait to implement it!!
Thanks again!
Brenda