How do I control the width of the UnpinnedTabs? There is DefaultGroupSetting for TabSizing but this seems to only affect the pinned state. No matter what I've tried only one tab displays its text while the others tabs are shown very short without text.
JerryFleck,
Other than setting CompressUnpinnedTabs to False, there really isn't any other way to change the width of the unpinned tabs. If you would like to submit a feature request for this functionality, you can do so here.
~Kim~
CompressUnpinnedTabs = false; works for at least showing all tabs text. This does most of what I wanted. Other suggests would be appreciated.