Hello,

now it happend: I have to participate in a C# project.
I am good in C++ (worked for 6 years in C++), but I have never done anything in C# or even in VS 2005.

The assignment is: I have to write a control which looks like a tree but has instead of the normal tree items a few cells (like a row in a grid).

It should look something like this:



I have a grid control which I wrote myself and in C++ I would derive a class from CTreeCtrl and use my cells as the treeitems.

Anything like this possible in C#? Can I "import" my grid classes in C# and use them or should I start entirely from scratch?

Perhaps someone has a few hints.

Robin.