I've looked at the documentation for the CheckListBox, but there's things I don't understand. For example, it's said there at the control derives from the Selector control, but I can't find the Selector control anywhere. It's not a regular WPF control, at least not that I can see. And it doesn't look to me to be a part of the Extended WPF Toolkit. So, where is it?
Next, I've read the descriptions of ValueMemberPath, SelectedValue, etc., but still don't get it. I probably would, if I could find the Selector control, but am not sure how to work with these properties. I've assigned values from a lookup table to the ItemsSource property, which isn't what was done in the example, so I'm not sure if I've done things wrong, or what, because nothing is coming up.
Next, I've read the descriptions of ValueMemberPath, SelectedValue, etc., but still don't get it. I probably would, if I could find the Selector control, but am not sure how to work with these properties. I've assigned values from a lookup table to the ItemsSource property, which isn't what was done in the example, so I'm not sure if I've done things wrong, or what, because nothing is coming up.