Scheduler for WinRT
UseSimpleLayout Property


Only set this property to false if you use complex layout in the custom C1Scheduler control template and found problems with laying out appointments at runtime. In such case AppointmentsCoverPane will use more slow algorithm to determine what elements should be used to layout appointments over them.
Syntax
'Declaration
 
Public Property UseSimpleLayout As Boolean
'Usage
 
Dim instance As AppointmentsCoverPane
Dim value As Boolean
 
instance.UseSimpleLayout = value
 
value = instance.UseSimpleLayout
public bool UseSimpleLayout {get; set;}
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

AppointmentsCoverPane Class
AppointmentsCoverPane Members

 

 


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