Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / RibbonGroupWidthConstraint Enumeration

In This Topic
    RibbonGroupWidthConstraint Enumeration
    In This Topic
    Represents a constraint imposed by the C1Ribbon over the RibbonGroup.
    Syntax
    'Declaration
     
    
    Public Enum RibbonGroupWidthConstraint 
       Inherits System.Enum
    public enum RibbonGroupWidthConstraint : System.Enum 
    Members
    MemberDescription
    CollapsedThe group is collapsed.
    FullThere is enough space.
    ReducedWhen it is possible every tool will reduce its space. For example, avoiding showing the labels.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.Ribbon.RibbonGroupWidthConstraint

    See Also