FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGrid Class / AllowMergingFixed Property

In This Topic
    AllowMergingFixed Property (C1FlexGrid)
    In This Topic
    Gets or sets how non-scrollable cells should be merged.
    Syntax
    'Declaration
     
    
    Public Property AllowMergingFixed As AllowMergingEnum
    public AllowMergingEnum AllowMergingFixed {get; set;}
    Remarks

    By default, this property is set to AllowMergingEnum.Default, which causes fixed cells to be merged with the same setting as scrollable cells.

    If you specify a different value for this property, you can use different merging modes for fixed cells such as column headers than the setting used for scrollable cells.

    See Also