I have used the excellent post How to create trapezoid tabs in WPF tab control in order to make my own TabControl.
I'm trying to figure how to change the tab width calculation after changing the header text?? I begin with a header text of "New Group", after the user enter text in some TextBox I want that text to appear in the Header, but now the TabItem width is not right for the new text.
How to recalculate the width ???
Thank you