alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class TabHeaderPanel

    Represents the header panel that manages the layout of tab headers and tab-related controls in the SfTabControl.

    Inheritance
    System.Object
    TabHeaderPanel
    Namespace: Syncfusion.Windows.Controls
    Assembly: Syncfusion.SfChromelessWindow.Wpf.dll
    Syntax
    public class TabHeaderPanel : Panel

    Constructors

    TabHeaderPanel()

    Initializes a new instance of the SfTabHeaderPanel class.

    Declaration
    public TabHeaderPanel()

    Methods

    ArrangeOverride(Size)

    Arranges the position and size of the tab header panel child elements.

    Declaration
    protected override Size ArrangeOverride(Size finalSize)
    Parameters
    Type Name Description
    System.Windows.Size finalSize

    The final size for the panel.

    Returns
    Type Description
    System.Windows.Size

    The actual size used by the panel.

    MeasureOverride(Size)

    Measures the size of the tab header panel and its child elements.

    Declaration
    protected override Size MeasureOverride(Size availableSize)
    Parameters
    Type Name Description
    System.Windows.Size availableSize

    The available size for the panel.

    Returns
    Type Description
    System.Windows.Size

    The calculated size for the panel.

    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved