Here is the problem....

I have a group box inside of panel that is docked on the left of a .mdi parent form.

Inside the group box is a v scroll button and some text boxes. The user of my app was clicking on the vscroll whose only handler for scroll events, and after a while the vscroll turns gray, and if it is clicked again the group box it is in becomes the size of the panel it's part of.

What in the world is causing this? I have the maximum size of my group box defined as its size... I have never seen a vscroll turn gray before! HELP!!

- Nick