ClassTableRootPanel
Class
Represents a panel that supports the layout of Table components.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Pivot.dll
Syntax:
cs-api-definition
public sealed class TableRootPanel : Panel
Inheritance: objectTableRootPanel
Constructors
TableRootPanel()
Declaration
cs-api-definition
public TableRootPanel()
Methods
ArrangeOverride(Size)
Declaration
cs-api-definition
protected override Size ArrangeOverride(Size finalSize)
Parameters
finalSize
Size
Returns
Size
MeasureOverride(Size)
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity", Justification = "This method is long, not complex.")]
protected override Size MeasureOverride(Size availableSize)
Parameters
availableSize
Size
Returns
Size