allowTabsOverflow Property

allowTabsOverflow

When true, the Tabbed View will keep tabs in a single row, clipping them when they don't fit and showing additional buttons to scroll through them. When false, tabs that don't fit will be wrapped around, adding as many rows of tabs as necessary to fit them all.

Declaration
public bool allowTabsOverflow { get; set; }
Property Value
Boolean