AD
Administrator
Syncfusion Team
April 7, 2005 08:06 AM UTC
We currrently do not ship a multi-column treecontrol other than using a GridDataBoundGrid or a GridGroupinng control bound to a hierarchical datasource.
But I think you can get this look using the self-referencing list technique referenced in your prior thread, http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=26489.
Since all entries have the same content, you would maintain a list of objects with the properties you want to see in each row. In addition, you would add an additional ''Parent'' property and use this property to define the self-relation on the list to fit into the previous example. Adding things like check boxes and icons is a technical point, but really does not affect the underlying structures that much, simply additional properties for each node.
I will try to post a sample here in the next day or so.