ComponentOne Scheduler for WPF and Silverlight
UseSimpleLayout Property (AppointmentsCoverPane)

C1.WPF.Schedule Namespace > AppointmentsCoverPane Class : 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 System.Boolean
public System.bool UseSimpleLayout {get; set;}
See Also

Reference

AppointmentsCoverPane Class
AppointmentsCoverPane Members