How to fix a tab as the first tab on TPageControl and keep it showing while navigating tabs?

I have this form:

enter image description here

Green arrow: the General tab, and I want to keep it always visible, but when the form is smaller than the tabs, TPageControl creates a navigator (red arrow).

This is good, but I would like the user to move around, but continue to show the ability to click the General tab.

Example:

enter image description here

In this picture, I used the navigator, and I can no longer see the General tab. I would like to save it as the first tab in PageControl, for example, as a "fixed column" in Excel.

+6
source share
1 answer

Yes, I did not find a way to fix the tab! But I solved the problem by creating a custom page control based on our discussion of this topic.

enter image description here enter image description here enter image description here You can check it here.

+2
source

All Articles