Question

I'd better illustrate what I want to achieve.

Original:                         Desired:

original tab                 desired tab position

Any ideas how to draw tabs in this way? Thanks.

Was it helpful?

Solution

Ok I found this post in stack overflow ,I think it is what you want Draw controls in tab control tab header area in Winforms

OTHER TIPS

You should set a margin for your first tab. Like this:

<TabControl>
  <TabItem Header="Tab" Margin="5,0,0,0" />
</TabControl>
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top