Seems like SfTabView sets fixed width to all tabs. And what I need is to fit whole title text into tab.
For example one of my tabs looks like this:
<tabView:SfTabItem Title="VERY LONG TAB TITLE"/><tabView:SfTabItem Title="ONE MORE VERY LONG TAB TITLE"/>
And what I see on the tab in opened app is only "ERY LONG TAB TITL" on first tab and "ORE VERY LONG TA" on second one.
Those tab titles change dynamically so set one fixed width is not an option either.
So how can I do different dynamic width for each tab according to their titles?