views:

15

answers:

1

I want to configure the tree view component so that would be the topmost parent node would have no chex box and all the others had.

A: 

Look at this: http://social.msdn.microsoft.com/Forums/en-US/winformsdatacontrols/thread/947aaded-6372-4253-8799-2b595f4a39b9 (the main idea is to handle DrawNode for nodes)

Nagg
i have the problem with using delegates on managed-c++. Help with this string on managed-c++this.treeView.DrawNode += new System.Windows.Forms.DrawTreeNodeEventHandler(this.treeView_DrawNode);
Xaver