« Reply #4 on: October 31, 2011, 01:49:36 PM »
Thank you, this certainly works. As I am progressing with the bound mode, I face new challenges that were easily addressed before (unbound). For instance, based on your last piece of code, I am trying to:
1) Add a NodeCheckBox and a NodeImage nodecontrols, both linked to the bound object.
2) Enable the NodeCheckBox to display ThreeCheckState mode; "Undefined" state, would be displayed whenever a mix of "checked" and "unchecked" children nodes are present below the actual node. ie: automating the check status of a parent node based on its children nodes check states.
I am convinced that Flexible Treeview can address such requirements because it is so versatile, but I have been unfortunate in my attempts to do so in bound mode. I would really appreciate if you could take some time again to help me out.
Thanks.