Gil Strauss

Hello

As mentioned in the documentation, it is not recomanded to used the DataSouce, DisplayMember and ValueMember properties. Does anyone have an idea why

Thanks,

Gil



Re: Windows Forms Data Controls and Databinding CheckedListBox DataSource property

Ken Tucker

From the CheckedListBox documentation

Note You cannot bind data to a CheckedListBox. Use a ComboBox or a ListBox for this instead. For more information, see How to: Bind a Windows Forms ComboBox or ListBox Control to Data.






Re: Windows Forms Data Controls and Databinding CheckedListBox DataSource property

Gil Strauss

Thanks for your replay

I've noticed that it does expose the DataSource, Display and Value member and it seems to be working. My question is why it isn't recommended to use these properties.

Thanks,

Gil





Re: Windows Forms Data Controls and Databinding CheckedListBox DataSource property

Ken Tucker

I dont think you can bind the checkbox part of the checked listbox.