To prevent scrolling over a form in C# 2.0
I have a form on which I have UserControls.
The first user control have checkboxes and another is blank. When I check on a checkbox few set of controls like textboxes,comboboxes etc get created in second usercontrol at runtime.
My problem is that when I click on such created controls the entire form scrolls.
Can anyone help me with it, I don't want that form should get scrolled unless I manually do it.
|