Table of Contents
TabItemOverflowStrategy Property

Gets or sets the strategy to use when tab items can not fit into a single row. This is a dependency property.

Syntax
 public TabItemOverflowStrategy TabItemOverflowStrategy { get; set; }

Property Value

One of the TabItemOverflowStrategy enumeration values. The default value is Wrap.

Remarks

See here for more information on how to use this property.

See Also