Is there an easy way to position another control (i.e. a button) inline and to the right of tab headers in WPF?
In the web, I would use a float or absolute positioni
The robust way to do this is to re-template the TabControl as I did for the close button in my ActiveAwareCommand sample:
TabControl
X
Notice how the TabPanel and Button can never overlap. Result:
TabPanel
Button