Load treelistview from datasource with hardcoded root nodes on treelistview Programming Software Development by rahulkrishnanr … code sample showing how to load a treelistview from database​ with hardcoded root nodes on treelistview. I have shared the link below… TreeListView problem Programming Software Development by redcian I am currently trying to retrieve the text from a TreeView in another application. I can do this using a dll and GetProcess method. I can successfully retrieve data from a Treeview with single columns. However, I am having problems retrieving data from multi column TreeViews. I think these are commonly know as TreeListViews (A hybrid of the MFC … Re: Load treelistview from datasource with hardcoded root nodes on treelistview Programming Software Development by Fenrir() if the nodes are hardcoded. For instance there are 3 hardcoded nodes and you need to reference them and add childnodes to them you can simply do `treeView1.Nodes[Index of the Hardcoded node [0]/[2]/[3] etc..].Nodes.Add("This will be your database value");` Regards Re: Load treelistview from datasource with hardcoded root nodes on treelistview Programming Software Development by sebastianedu you can follow the bellow links http://stackoverflow.com/questions/16957728/linked-list-program-to-insert-and-delete-nodes DevExpress TreeListControl data representation Programming Software Development by Pundia …:TreeListControl.Columns> <dxg:TreeListControl.View > <dxg:TreeListView Name="treeListView1" AutoWidth="True" KeyFieldName="… How do I add a “custom node” to ObjectListview Treeview Programming Software Development by Maurice_4 … = value; } } } I populate the treeview as follows: //Code to populate TreeListView control goes here treeListView1.CanExpandGetter = delegate(object x) { return (x… Re: How do I add a “custom node” to ObjectListview Treeview Programming Software Development by ddanbe I don't directly see what is so custum about the **mapped SAN**S node. Could you explain a bit more? Re: How do I add a “custom node” to ObjectListview Treeview Programming Software Development by Maurice_4 The "Mapped SANS" node doesnt exist in the class. I want to add it as a text node manually