Please see the attached image.
I've customized a DX WinForms skin to make a somewhat "lighter" XtraTabControl with less lines.
The last thing I'm currently trying to work on is that I want the very first tab to not start at X position 0 but with some configurable offset.
I've already derived my own class from XtraTabControl by I'm unable to find any (nested) properties/classes to define such an offset.
My question:
How can I specify an offset for the very first tab in an XtraTabControl header?