Search
DiagramView.setScrollZoneSize Method
See Also
 

Sets the size of the auto scroll zone near the edges of the control.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setScrollZoneSize (
    int value
)

 Parameters

value

An integer value specifying the scroll zone size.

 See Also