Click here to Skip to main content
15,885,032 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can someone please clarify whether or not it's okay to bind a datasource to a CheckedListBox since it's hidden by Intellisense and not displayed on the property grid.

I have to display some values. In order to do that,I'd like to assign a ValueMember for the CheckedListBox so when checked on a specific item it displays only that value.

Can this be done?
Posted
Comments
Tom Wauters 7-Oct-13 23:56pm    
Do you have some code that goes with that?
Normally you can do the thing you want,
ussually when intellisense isn't showing your listbox then it is something
you did, and the syntax before is not correct.

1 solution

 
Share this answer
 
v2
Comments
Member 10306643 8-Oct-13 9:00am    
So, how would I assign a ValueMember for the CheckedListBox like I'd do for a ComboBox let's say?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900