I am looking for a way to implement a kind of inscription on a tab in front of a set of tabs, something like this:
The set of tabs should not be multi-line, it will only be horizontal and located on top. However, it must be properly scrollable if there are too many tabs.
I'm afraid that I will be limited in terms of using third-party controls, but I could use a subclass on the standard TTabControl to add the necessary changes to the standard views and behavior. (I don't need this to be TPageControl, because this is just the specific location of the tabs that interest me.)
Perhaps there is some way to implement this with a cleverly organized combination of standard controls that, despite my endevours, eluded me.
Basically, any ideas or pointers are welcome.
Oh, and an additional requirement, it should go well with desktop themes.
source share