I am trying to implement a CheckBox ComboBox. I followed this link as a reference
But there are some problems with this example.
1) After the dropdown list is shown, the very first mouse single-click to change the selected item's check-status always fails to do so, but succeeding single-clicks are fine. It seems the very first single-click is swallowed. I did some trace works but failed to find the answer.
2) The Form loses focus when the list opens.
I am trying to solve this for several hours. Thanks in Advance