I just finished working on the problem when I set CheckOnClick to True through the constructor, but the user interface still needed a second click to check the elements. I found that for some reason, the constructor file did not update when I changed the value. To solve, I went to the constructor file and added the line
this.Product_Group_CheckedListBox.CheckOnClick = true;
After that, everything worked as expected. Not sure why the designer did not update, but perhaps this workaround will help someone.
Scope Creep Feb 05 '19 at 14:54 2019-02-05 14:54
source share