Class TabPanelBase
Represents a panel for displaying the SfTabItem elements.
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Controls.Layout
Assembly: Syncfusion.SfDockingManager.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public class TabPanelBase : Panel, IDisposable
Constructors
TabPanelBase()
Initializes a new instance of the TabPanelBase class.
Declaration
public TabPanelBase()
Methods
ArrangeOverride(Size)
Called to arrange and size tabs of a TabControlExt object.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | finalSize | The computed size that is used to arrange tabs. |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | The size of the control. |
Dispose()
Disposes the control while unloading.
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
MeasureOverride(Size)
Called to re-measure a control.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | availableSize | Measurement constraints, a control cannot return a size larger than the constraint. |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | The size of the control. |
Implements
System.IDisposable