Tab control on form, Tab header is not seen, due to auto scroll of Mainfrom

sri123

New member
Local time
Today, 07:47
Joined
Dec 2, 2014
Messages
6
I have a Main form, with a tab control has 8 tabs.
Each tab has its own sub form..
On each of these sub-forms, I have the textbox controls..
When User clicks on any tab, and go to the control on that tab. And again switch back to other tab.
The focus seems to be fixed to the first control on the latest tab and due to this, the horizontal scroll bar of main form comes little down, which is making the Tab control header not visible. I have to manually scroll up to see, in which tab am In.


This repeats when I switch between tabs.. I have attached doc file , with screenshots.. Please need help on this, very urgent..



Any help on this is highly appreciated..
 

Attachments

Presumably it is scrolling because the form is too tall or the screen - suggest reducing the height so it fits.
 
For each of the subforms, I have set the "Tab Stop" to No.that resolved my issue. Thanks CJ for your input..
 

Users who are viewing this thread

Back
Top Bottom