Gets or sets a value indicating whether Canvas virtual scroll mode is enabled.
Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms
C# Copy Code |
---|
public bool CanvasVirtualScroll { get; set; } |
Visual Basic Copy Code |
---|
Public Property CanvasVirtualScroll As Boolean |
If this property is disabled, scrolling is implemented using an overflow Div element hosting a Canvas element as large as the diagram. If enabled, the Canvas is as large as the view and implements scrolling internally, which helps using the control in browsers with smaller Canvas size limits, such as ones running on mobile devices.