# C1.WPF.Schedule.SizingType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Schedule_SizingType" data-uid="C1.WPF.Schedule.SizingType" class="text-break">SizingType Enum
</h1>
  <div class="markdown level0 summary"><p>Describes how UI element is sized with respect to the available space.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Schedule.html">C1.WPF.Schedule</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Schedule.4.6.2.dll</h6>
  <h5 id="C1_WPF_Schedule_SizingType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SizingType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SizingType</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_Schedule_SizingType_ExtendedSingle">ExtendedSingle</td>
        <td><p>If element has no intersection with other elements, it will occupy all available space.
If there are 2 or more intersecting elements, they all will have fixed size.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_SizingType_Fixed">Fixed</td>
        <td><p>The element size is fixed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_SizingType_Proportional">Proportional</td>
        <td><p>Element size depends on available space.
Every element has the same size which is determined so that all elements fit into available space.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
