Tabs Studio v2.4.0 released – disabled animation for very small tab movement, disabled tab movement animation when the SingleRow add-in is used.
Download link: Tabs Studio v2.4.0.
Tabs Studio v2.4.0 released – disabled animation for very small tab movement, disabled tab movement animation when the SingleRow add-in is used.
Download link: Tabs Studio v2.4.0.
When using the separate tabs window in stack mode, sometime you can open more tabs than fit in the docked window. One possible solution is to add a vertical scrollbar to scroll through the windows:
<Style TargetType="TabsStudio:TabsHost" BasedOn="{StaticResource DefaultTabsHostStyle}"> <Setter Property="Template"> <Setter.Value> <ControlTemplate TargetType="{x:Type TabsStudio:TabsHost}"> <ScrollViewer HorizontalScrollBarVisibility="Disabled" VerticalScrollBarVisibility="Auto" Focusable="False"> <Grid> <Rectangle Width="{TemplateBinding Width}" Height="{TemplateBinding Height}" Fill="{TemplateBinding Background}"/> <ContentPresenter/> </Grid> </ScrollViewer> </ControlTemplate> </Setter.Value> </Setter> </Style>
Tabs Studio v2.3.9 released:
Download link: Tabs Studio v2.3.9.