ClassTabWrapPanel
Class
An auto-wrapping panel for the RadTabControl. To be used with themes created after 2010.Q1.
Definition
Namespace:Telerik.Windows.Controls.Primitives
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
cs-api-definition
public class TabWrapPanel : TabStripPanel
Inheritance: objectTabStripPanelTabWrapPanel
Inherited Members
Constructors
TabWrapPanel()
Initializes a new instance of the TabWrapPanel class.
Declaration
cs-api-definition
public TabWrapPanel()
Methods
ArrangeOverride(Size)
Arranges the Children of the panel as TabItems.
Declaration
cs-api-definition
protected override Size ArrangeOverride(Size finalSize)
Parameters
finalSize
Size
Returns
Size
Overrides
MeasureOverride(Size)
Measures the children of the panel as tab items.
Declaration
cs-api-definition
protected override Size MeasureOverride(Size availableSize)
Parameters
availableSize
Size
The available size for the measure pass of the layout.
Returns
Size
The minimum desired size given the size constraints.
Overrides