"Multi-selection is not supported on CheckedListBox."

bjwade62

Well-known member
Joined
May 25, 2006
Messages
50
Programming Experience
3-5
I'm trying to set (design time) the SelectionMode in a checkedlistbox to MultiExtended.

Here's the message I get.

"Multi-selection is not supported on CheckedListBox."
Isn't the whole purpose of a checkedlistbox to be able to select multiples? Something's not right.
 
Selected and Checked is two different concepts. An item can be Checked without being Selected and vice-versa.
 
Back
Top