menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DockTabPanel - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DockTabPanel

    Represents the Custom Tab Panel Class.

    Inheritance
    System.Object
    TabPanelBase
    DockTabPanel
    Implements
    System.IDisposable
    Inherited Members
    TabPanelBase.Dispose()
    TabPanelBase.Dispose(Boolean)
    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
    TabPanelBase.ArrangeOverride(Size)

    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
    TabPanelBase.MeasureOverride(Size)

    Implements

    System.IDisposable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved