menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ISplitterPaneSupport - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ISplitterPaneSupport

    Provides a FillSplitterPane property support for using the control inside a dynamic splitter window and sharing scrollbars with the parent window.

    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public interface ISplitterPaneSupport

    Properties

    FillSplitterPane

    Toggles support for using the control inside a dynamic splitter window and sharing scrollbars with the parent window.

    Declaration
    bool FillSplitterPane { get; }
    Property Value
    Type
    System.Boolean

    IsSplitterPaneClosed

    Indicates whether the splitter control has closed the pane with this control.

    Declaration
    bool IsSplitterPaneClosed { get; }
    Property Value
    Type
    System.Boolean

    IsSplitterPaneClosing

    Indicates whether the splitter control is closing the pane with this control.

    Declaration
    bool IsSplitterPaneClosing { get; }
    Property Value
    Type
    System.Boolean

    Methods

    PaneClosed()

    Indicates that the splitter control has closed the pane with this control.

    Declaration
    void PaneClosed()

    PaneClosing()

    Indicates that the splitter control is closing the pane with this control.

    Declaration
    void PaneClosing()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved