I have a TabControl
in a WPF app, and I want to add a 'new tab' command to the tab strip (like tabbed web browsers have).
I've had a look at the template in Blend for the TabControl
, but I can't figure out how best to add my new button to the right of the last tab. What's the best way of doing this?