Class TabWrapPanel
An auto-wrapping panel for the RadTabControl. To be used with themes created after 2010.Q1.
Inherited Members
Namespace: Telerik.Windows.Controls.Primitives
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class TabWrapPanel : TabStripPanel
Remarks
The TabWrapPanel is a replacement of the TabStripPanel after an update of RadTabControl where the four ControlTemplates were replaced by one.
Constructors
TabWrapPanel()
Methods
ArrangeOverride(Size)
Arranges the Children of the panel as TabItems.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System.Windows.Size
finalSize
|
Returns
System.Windows.Size
|
Overrides
MeasureOverride(Size)
Measures the children of the panel as tab items.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.Windows.Size
availableSize
The available size for the measure pass of the layout. |
Returns
System.Windows.Size
The minimum desired size given the size constraints. |