# C1.WPF.Schedule.AppointmentsCoverPane.UseSimpleLayout

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Schedule_AppointmentsCoverPane_UseSimpleLayout_" data-uid="C1.WPF.Schedule.AppointmentsCoverPane.UseSimpleLayout*">UseSimpleLayout Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Schedule_AppointmentsCoverPane_UseSimpleLayout_" data-uid="C1.WPF.Schedule.AppointmentsCoverPane.UseSimpleLayout*"></a>
<h4 id="C1_WPF_Schedule_AppointmentsCoverPane_UseSimpleLayout" data-uid="C1.WPF.Schedule.AppointmentsCoverPane.UseSimpleLayout">UseSimpleLayout</h4>
<div class="markdown level1 summary"><p>Only set this property to false if you use complex layout in the custom <a class="xref" href="C1.WPF.Schedule.C1Scheduler.html">C1Scheduler</a> control template
and found problems with laying out appointments at runtime. In such case <a class="xref" href="C1.WPF.Schedule.AppointmentsCoverPane.html">AppointmentsCoverPane</a>
will use more slow algorithm to determine what elements should be used to layout appointments over them.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool UseSimpleLayout { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property UseSimpleLayout As Boolean</code></pre>
</div>
</div>
