Hi,
I've bound my wintree to a collection of objects at runtime which works perfectly. I've set the viewstyle of the tree to Standard because I don't want to display a grid. The objects in my collection have two properties - ID and Name. The tree nodes display the ID instead of the Name property - how do I change this to the Name property?
Thanks,
Emma
Just in case anyone else reads this post with the same issue, the key is to set the NodeTextColumn on the ColumnSet.
I just saw another post about this - I've edited the columnset in the ColumnSetGenerated event and it works great :)