Scheduler for WinRT
AutoScrollToFirstAppointment Property


Gets or sets the System.Boolean 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 VisualIntervalScale value less than one day.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<C1DescriptionAttribute("コントロール自身がビュー内の最初の予定の位置にスクロールするかどうかを決定します。")>
<C1CategoryAttribute()>
Public Property AutoScrollToFirstAppointment As Boolean
'Usage
 
Dim instance As C1SchedulerSettings
Dim value As Boolean
 
instance.AutoScrollToFirstAppointment = value
 
value = instance.AutoScrollToFirstAppointment
[DefaultValue()]
[C1Description("コントロール自身がビュー内の最初の予定の位置にスクロールするかどうかを決定します。")]
[C1Category()]
public bool AutoScrollToFirstAppointment {get; set;}
Remarks
This property affects only initial scroll position.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1SchedulerSettings Class
C1SchedulerSettings Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.