I want to add node at a specific index in DevExpress TreeList . I saw post number 1 and post number 2 , but could not get what I need. I only need code that takes the parent node number / id and adds a child element to it node.
I found this function and I think it will work
treelist.AppendNode(object nodeinfo, int parentID);
How to provide this node information?
AndroidLearner
source share