Only set this property to false if you use complex layout in the custom C1Scheduler control template and found problems with layouting appointments at runtime. In such case AppointmentsCoverPane will use more slow algorithm to determine what elements should be used to layout appointments over them.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public bool UseSimpleLayout { get; set; }
Visual Basic
Public Property UseSimpleLayout As Boolean
	Get
	Set

See Also