I have several large controls contained in a Panel control. If one of these controls isn't completely visible (eg. its too long to fit on the panel) when I click on it the control's click event does NOT fire sometimes. Instead the panel will move it's scrollbars so that the control is more visible. Is there any way to turn off this behavior so the click event will fire each and every time? Thanks.