CGXCheckListComboBox
- In CGXCheckListComboBox it would be useful if the checkbox is checked/unchecked when I click on the item. Now I have to click necessarily to the checkbox, not to the entire item. How to override this behavior?
- I can't get more than 32 items to work correctly in CGXCheckListComboBox. This is this because of the fact that you are using a bitmapped integer( 32 bit long) to pass the choices around. How can I get around this?