Tabs Studio Blog (organizing Visual Studio document tabs)

November 11, 2021

Short tabs

Filed under: Uncategorized — Tags: , — Sergey Vlasov @ 12:26 pm

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.

Blog at WordPress.com.

%d bloggers like this: