DevExpress XtraTreeList DragDrop
I am looking for a tutorial to build Drag-Drop of Node in开发者_StackOverflow中文版side same treeist with DevExpress XtraTreeList.
Set the TreeList's OptionsBehavior.DragNodes property to true. This will force the TreeList to support drag&drop nodes mode automatically. If by any reason this mode does not meet your requirements, please let me know why. I will try to help you.
精彩评论