Can you send a screenshot of what you mean to <a href=”mailto:support@xceedsoft.com”>support</a>, so we are sure we understand exactly what you mean?
Using the TabStripAppearance property, you should be able to change the back color.
e.g.:
<code>
this.dockLayoutManager1.TabStripAppearance.BackColor = Color.AliceBlue;
</code>
Imported from legacy forums. Posted by André (had 3242 views)