@rwunderl wrote:
I would not physically "move" the tab selector off the screen. This is confusing to the developer and the control can actually still be "tabbed" to (using the Tab key; unless that is disabled in the properties). Also if the front panel ever becomes misaligned during development, it's a pain to move it back to 0,0.
Tab origin can be set and front panel origin can be set in code so that the front panel and tab control are always in the same location when the program starts running. Then it doesn't matter what happens during development.
aputman