Horizontal text orientation on left aligned tabs of PageControl

delphi, vcl

Solution

Not sure what you want exactly, but you can set the OwnerDraw property to True. And use the OnDrawTab event to draw it yourself.

Problem

Is there any possibility to orient left aligned tab captions horizontally?

Original source

Related problems