Tabbing forces the scroll bar to scroll

Hi,
I have a frame that has a lot of textboxes (more than can fit on a screen) in a scroll panel. Is the default action of tabbing through the textboxes suppose to also scroll the screen as it gets near the end of what can be seen? If so what setting is required or what is required to allow the tabbing to scroll the screen.

Take a look at the implementation in ScrolledPanel.OnChildFocus and ScrolledPanel.ScrollChildIntoView.

Thanks for the insight. I just realized that I have two panels within the scroll panel. I wonder if that has anything to do with the issue. I did not notice any sort of evt.stop or anything unusual in the normal panels.