after playing around for a while with this powerful tool, I was wondering if there is any Manual or Docu around which shows all the details and contains maybe some tutorials. Exists something like that or is there something in the pipeline???
It would be such a waste of smart coding if people cannot use the tool easily ...
Bye
antoschka
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I agree, I just tried to drop the control into my project and figure it out, but it's not obvious you need to supply your own model.
I mean, I just want to have a treeview with icons and checkboxes, it'd be nice to have some step by step procedures, to get it working in your project.
The VB Example is interesting, but a little overkill, especially when it's doing some wrapping of the Node object. That, and I'm working in C#.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The article on CodeProject (http://www.codeproject.com/KB/tree/treeviewadv.aspx) is a good starting point. After that open TreeViewAdv.sln, set the starting project to SampleApp and take a closer look at the example most suited to your needs.
Mind you, TreeViewAdv is no drop-in replacement for the original TreeView, due to the model-view architecture. In my case adapting the existing code paid off quickly, though.
-- jsw
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
after playing around for a while with this powerful tool, I was wondering if there is any Manual or Docu around which shows all the details and contains maybe some tutorials. Exists something like that or is there something in the pipeline???
It would be such a waste of smart coding if people cannot use the tool easily ...
Bye
antoschka
I agree, I just tried to drop the control into my project and figure it out, but it's not obvious you need to supply your own model.
I mean, I just want to have a treeview with icons and checkboxes, it'd be nice to have some step by step procedures, to get it working in your project.
The VB Example is interesting, but a little overkill, especially when it's doing some wrapping of the Node object. That, and I'm working in C#.
The article on CodeProject (http://www.codeproject.com/KB/tree/treeviewadv.aspx) is a good starting point. After that open TreeViewAdv.sln, set the starting project to SampleApp and take a closer look at the example most suited to your needs.
Mind you, TreeViewAdv is no drop-in replacement for the original TreeView, due to the model-view architecture. In my case adapting the existing code paid off quickly, though.
-- jsw
Isn't there a documentation or manual at all?