Is it possible to bind the possible values to a List and bind also the actual value to a property of an other class (bind in the same way as in TextBox.DataBinding)...
Regards
hansjörg
Printable View
Is it possible to bind the possible values to a List and bind also the actual value to a property of an other class (bind in the same way as in TextBox.DataBinding)...
Regards
hansjörg
Yes..
to bind to a list: Set the DataSource, ValueMember , and DisplayMember properties.
Then bind the object's property value by adding it to the ComboBox's DataBinding collection.
Thanks for your help!!!
Regards
Hansjörg