I have a document window that I am adding a Form to that has controls on it. I have the AutoScrollMinSize set on my form.
The behavior that I am seeing is that when I scroll down to a control that is off screen and put focus in that control and click into another window, if I click back on the tab to activate it focus is moved from the control that had focus to the first control in the tab order and that control is scrolled into view. So basically it always scrolls my form back up to the top if I click out to do anything else.
Is there a way to stop this behavior?
If my description is not clear I have a small sample that repros it.
thanks for your help,
-Brian
The behavior that I am seeing is that when I scroll down to a control that is off screen and put focus in that control and click into another window, if I click back on the tab to activate it focus is moved from the control that had focus to the first control in the tab order and that control is scrolled into view. So basically it always scrolls my form back up to the top if I click out to do anything else.
Is there a way to stop this behavior?
If my description is not clear I have a small sample that repros it.
thanks for your help,
-Brian