Tabs Studio Blog (organizing Visual Studio document tabs)

February 15, 2010

Additional tabs layouts

Filed under: Uncategorized — Sergey Vlasov @ 12:02 pm

I’ve added two additional tabs layouts – Wrap and Stack:

Tabs layout option

Tabs layout option


Standard layout is the way it worked before:
Standard layout

Standard layout


Wrap layout retains original tab width and doesn’t try to distribute tabs between rows evenly:
Wrap layout

Wrap layout


Stack layout places tabs in a single vertical stack and should be useful when having a separate tabs window on a side of a code window:
Stack layout

Stack layout


The System.Windows.Controls.Panel TabPanel2 property was added to the TabsStudioExt.Tabs class replacing the System.Windows.Controls.Primitives.TabPanel TabPanel property. TabPanel is still present to prevent add-ins that use it from crashing at startup, but always returns an empty panel. I’ve updated Navigator, Saver and Sorter add-ins to use the new TabPanel2 property.

Blog at WordPress.com.

%d bloggers like this: