# C1.WPF.Schedule.C1SchedulerSettings.AutoScrollToFirstAppointment

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Schedule_C1SchedulerSettings_AutoScrollToFirstAppointment_" data-uid="C1.WPF.Schedule.C1SchedulerSettings.AutoScrollToFirstAppointment*">AutoScrollToFirstAppointment Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Schedule_C1SchedulerSettings_AutoScrollToFirstAppointment_" data-uid="C1.WPF.Schedule.C1SchedulerSettings.AutoScrollToFirstAppointment*"></a>
<h4 id="C1_WPF_Schedule_C1SchedulerSettings_AutoScrollToFirstAppointment" data-uid="C1.WPF.Schedule.C1SchedulerSettings.AutoScrollToFirstAppointment">AutoScrollToFirstAppointment</h4>
<div class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value determining whether control
scrolls itself to the earliest appointment in the current view.
This property affects Day/Work Week views or any custom view
which has <a class="xref" href="C1.WPF.Schedule.C1Scheduler.VisualIntervalScale.html#C1_WPF_Schedule_C1Scheduler_VisualIntervalScale">VisualIntervalScale</a> value less than one day.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool AutoScrollToFirstAppointment { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property AutoScrollToFirstAppointment As Boolean</code></pre>
</div>
<h5 id="C1_WPF_Schedule_C1SchedulerSettings_AutoScrollToFirstAppointment_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property affects only initial scroll position.</p>
</div>
</div>
