alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class DynamicSplitBars

    Defines split behavior for a SplitterControl.

    Inheritance
    System.Object
    DynamicSplitBars
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public sealed class DynamicSplitBars : Enum

    Fields

    Both

    Allow both splitting the view vertically and horizontally.

    Declaration
    public const DynamicSplitBars Both
    Field Value
    Type
    DynamicSplitBars

    None

    No dynamic splitter.

    Declaration
    public const DynamicSplitBars None
    Field Value
    Type
    DynamicSplitBars

    SplitColumns

    Split columns horizontally.

    Declaration
    public const DynamicSplitBars SplitColumns
    Field Value
    Type
    DynamicSplitBars

    SplitRows

    Split rows vertically.

    Declaration
    public const DynamicSplitBars SplitRows
    Field Value
    Type
    DynamicSplitBars
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved