.NET Framework Class Library documentation on Form.AutoScroll Property
#1- If this property is set to true, scroll bars are displayed on the form if any controls are located outside the form's client region
#2- Additionally, when autoscrolling is on, the client area of the form automatically scrolls to make the control with input focus visible.
Q: How can I avoid #2 from happening? (override the input focus event?). I do not want the form to recenter when I click partly visible controls
Thanks in advance for your help
mc