I have this form:
Green arrow: Tab General, and I'd like to keep it always visible, but when the form is smaller than the tabs, TPageControl creates a navigator (the red arrow).
It's good, but I'd like to allow the user navigate but keep showing the possibility to click on the General Tab.
Example:
In this picture, I used the navigator and I can't see General Tab anymore. I'd like to keep it as the first tab on the PageControl, like a "fixed column" in Excel for instance.
TPageControl
, unfortunately. But maybe propertyMultiLine
helps you. When this property is enabled, the tabs are visible all at once, ordered in multiple lines. – René Hoffmann