Sets the container's vertical scroll position.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public void setScrollY ( |
A float value indicating vertical scroll offset.
RemarksScrollY is one of the few properties that automatically create a record in the undo history. If you need to undo a sequence of property changes that includes ScrollY as a single operation, you will need to use composite undo commands.
See Also