Gets or sets a value indicating whether to attempt to prioritize the newly created items during collision processing. This is a dependency property.
Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight
C# Copy Code |
---|
public bool KeepItemOrder { get; set; } |
Visual Basic Copy Code |
---|
Public Property KeepItemOrder As Boolean |
true to prioritize newly created items during collisions; false to use the default item ordering. The default is false.