Is there a way to bind the Win Tree to a List?
Simply doing
WinTree.DataSource = List
Results in an empty tree.
Never mind. Forgot to give public properties to the custom object.
New Quesion in the same area.
I have a custom object that has two properties; Key and Name
I want to bind a list of these objects to a WinTree
I want the node key to equal the Key property and the Text equal to the Name property.
Is here a way to do this?