ComponentOne List for WinForms
C1.Win.C1List Namespace / Split Class / SplitSizeMode Property

In This Topic
    SplitSizeMode Property (Split)
    In This Topic
    Gets or sets a value indicating how the SplitSize property is used to determine the actual size of a split.
    Syntax
    'Declaration
     
    
    Public Property SplitSizeMode As SizeModeEnum
    public SizeModeEnum SplitSizeMode {get; set;}
    See Also