Gets or sets a value indicating whether the control should try to optimize item rendering. Namespace: MindFusion.Scheduling.Compact
|
C# |
---|
public bool EnableOptimization { get; set; } |
Visual Basic |
---|
Public Property EnableOptimization As Boolean |
A Boolean value specifying whether item rendering optimization is enabled. The default is false.
Turning this flag on will increase repainting speed at the cost of memory.