Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonGroup Class / CollapseIndex Property

In This Topic
    CollapseIndex Property (RibbonGroup)
    In This Topic
    Gets or sets the priority index of the groups for resizing and collapsing.
    Syntax
    'Declaration
     
    
    Public Property CollapseIndex As Integer
    public int CollapseIndex {get; set;}
    Remarks
    The higher the index, the lower the priority for resizing and collapsing. Default value is 0.
    See Also