Introduction
This article provides an alternate solution to the bug found in the Microsoft Article for checked list box http://support.microsoft.com/default.aspx?scid=kb;en-us;833033.
Solution:
Step 1: Please add the checked list box control to a new user control.
Step 2: Move the checked list box to the 0,0 position of the user control
Step 3: Make the size of the checked list box to the size of the user control
Step 4: Make the anchor property of the checked list box to all the four sides
Step 5: Save the user control and use it in your forms instead of directly adding the check list box.