I would like to achieve the "new tab" functionality of web browsers in WPF. In essence, I want to display a button after the last tab item which upon pressed creates a new tab.
I have no idea where to even begin. Should this button be part of the tab control or be out of it?
Okay, I found an answer, a duplicate: TabControl with Add New Tab Button (+)