Class DockTabPanel
Represents the Custom Tab Panel Class.
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Controls.Layout
Assembly: Syncfusion.SfDockingManager.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public class DockTabPanel : TabPanelBase, IDisposable
Constructors
DockTabPanel()
Declaration
public DockTabPanel()
Methods
ArrangeOverride(Size)
Perform arranging of Children based on the Final size.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | finalSize |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | Size of the Children. |
Overrides
MeasureOverride(Size)
See how much size the Children Want.If not enough size, scale the Children to the Available size.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | availableSize | It give the parent Height and Width. |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | Size of the Each Children. |
Overrides
Implements
System.IDisposable