# C1.WPF.Ribbon.RibbonGroupWidthConstraint

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Ribbon_RibbonGroupWidthConstraint" data-uid="C1.WPF.Ribbon.RibbonGroupWidthConstraint" class="text-break">RibbonGroupWidthConstraint Enum
</h1>
  <div class="markdown level0 summary"><p>Represents a constraint imposed by the <a class="xref" href="C1.WPF.Ribbon.C1Ribbon.html">C1Ribbon</a> over the <a class="xref" href="C1.WPF.Ribbon.RibbonGroup.html">RibbonGroup</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Ribbon.html">C1.WPF.Ribbon</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Ribbon.dll</h6>
  <h5 id="C1_WPF_Ribbon_RibbonGroupWidthConstraint_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum RibbonGroupWidthConstraint</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum RibbonGroupWidthConstraint</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroupWidthConstraint_Collapsed">Collapsed</td>
        <td><p>The group is collapsed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroupWidthConstraint_Full">Full</td>
        <td><p>There is enough space.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Ribbon_RibbonGroupWidthConstraint_Reduced">Reduced</td>
        <td><p>When it is possible every tool will reduce its space. For example, avoiding showing the labels.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
