How can I bind the checkedListBox to a datasource
I don't see the DataSource,DataTextField,DataValueField properties for the winform version.
I'm using express 2005 - could this be the reason ????
Printable View
How can I bind the checkedListBox to a datasource
I don't see the DataSource,DataTextField,DataValueField properties for the winform version.
I'm using express 2005 - could this be the reason ????
The CheckedListBox control doesn't support data-binding. You'll just have to add each item to the list yourself. Of course, you can always inherit the CheckedListBox and add the functionality yourself.