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 positioning to accomplish this.
The red line in this picture is what I am trying to get to:

(source: jonkragh.com)
Thanks!
Jon
The robust way to do this is to re-template the
TabControlas I did for the close button in myActiveAwareCommandsample:Notice how the
TabPanelandButtoncan never overlap. Result: