Tab Rows move?

xxx

Registered User.
Local time
Today, 12:04
Joined
Apr 29, 2011
Messages
41
I do not want this!

I have a multirow Tab Control (only 2 rows). If I click on the back row (or top row depending on one's visual interpretation), the entire row moves to the front (or bottom row).

The concern is that this will be confusing, and tabs along w/ their respective subforms will be overlooked.

Is there a way to deactivate this feature?
 
I see what you mean now.

It can't be turned off. You should consider not using MultiRow option.
 
How could it work any other way? If you want to see what is on one of the tabs in the back/upper row, then that row must move to the front for you to be able to see it and to the lower row so that you can still see the other tabs that are now in the back.
 
It is a little bit confusing though, but the logic is the frame below must remain at a fixed size hence the re-arrangement that you see.
 
Ah... bummer.

Well, I initally considered the single row, but then some of the form windows are just obnoxiously wide.

I guess people are so maxed out with their other responsibilities they don't want to have to exert their minds in the slightest bit if they can help it. Oi.
 
You can always use a subform to create your own tab menu and hide the tab headers for the tab control. But that will require some amount of coding.
 

Users who are viewing this thread

Back
Top Bottom