I implemented the UltraTree as a drag and drop target. I pretty much followed the UltaListView example. The UltraTree I implementeddoes not work. Is there any source code available for download that uses the UltraTree as both a drag source and drop target?
Hello,
Thank you for sharing this information with the Infragistics Community.
Please feel free to contact us if you have any other questions.
Never mind this post. I forgot to derive a DragDropManager instance for the UltraTree
The DragDropManager class was used to implement the UltraTree drop target just as was done in the drag and drop UltraListView sample.
So what I need is source code that uses the same DragDropManager class used in the drag and drop UltraListView sample to make an UltreTree drop target.