Tabs Studio v5.1.2 released:
- Added the “Disable drag tab to float” option.
- Changed selected tab border color in Visual Studio 2022 dark mode.
Download link: Tabs Studio v5.1.2.
Tabs Studio v5.1.2 released:
Download link: Tabs Studio v5.1.2.
Tabs Studio v5.1.1 released: Removed Set Tab Color context submenu from VS 2022 Preview.
Download link: Tabs Studio v5.1.1.
Tabs Studio v5.1.0 released:
Download link: Tabs Studio v5.1.0.
In Tabs Studio, tabs expand to fill available row space (unless it is the last row of tabs). This is how it looks in VS 2022:

I’ve added the new ShortTabs property that prevents tab expansion:

You can enable it with the following style:
<Style TargetType="TabsStudio:Tabs" BasedOn="{StaticResource DefaultTabsStyle}">
<Setter Property="ShortTabs" Value="True"/>
</Style>
Download link: Tabs Studio v5.0.2.