I need a very simple list with checkboxes (like the checkedlistbox from MS) that accepts multiple selection.
I would like to use a valuelist to populate the items, so that I can be consistent with the way I fill the combo boxes. (The list would only have about 10 options.)
Which is the right control ?
Thanks,
pitV
If you just need a single-value list, then the UltraComboEditor would be the way to go.
Alternately, you could use UltraCombo, but UltraCombo has multiple columns, column headers, etc. So it's a bit more complex.
Here's a link to the help which explains how to do multi-select with UltraComboEditor.
Selecting Multiple Values within WinComboEditor