Say that I have a CheckedListBox with items \"1\", \"2\", \"3\", \"4\", and \"5\" in that order and I want to select \"2\", \"3\", and \"4\" by selecting \"2\" then holding
Please follow these steps:
Select CheckOnClick = true.
CheckOnClick
When you want to retrieve selected item, use GetItemChecked(int index) method instead.
GetItemChecked(int index)