I have a tab control and I want to add a button in the top right corner.
> [TabControl]
> [TabItem1][TabItem2][TabItem3][TabItem4].....blank space...[ settings button]
If I add the settings button to the TabControl, it will be directly adjacent to TabItem4.
Any suggestions?
Create something like a template content for your TabControl you put inside.
e.g.
Alternatively you can edit TabControl template end customize HeaderPanel as you need.