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.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
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.
See Also