Multi column tree view

I'm trying to figure out how to populate the other columns in the multi column tree view but I can't seem to find where I set the other columns.


1 Reply

J. J.Nagarajan Syncfusion Team November 22, 2007 09:15 PM UTC

Hi Mike ,

Thanks for your interest in Syncfusion products.

To add data in second and third column in MultiColumnTreeView then you have to use the following code snippet.

[C#]

Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeNodeAdv treeNodeAdv2 = new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeNodeAdv(new Syncfusion.Windows.Forms.Tools.MultiColumnTreeView.TreeNodeAdvSubItem[] {
treeNodeAdvSubItem4,
treeNodeAdvSubItem5,
treeNodeAdvSubItem6});


I have attached the sample for your reference.

http://websamples.syncfusion.com/samples/Tools.Windows/39321/main.htm

Please let me know if you are addressing something different.

Regards,
Nagaraj


Loader.
Up arrow icon