Search
TreeViewNode.scrollPosition Property
See Also
 





Gets or sets the node's current scroll position.

Namespace: MindFusion.Diagramming
File: TreeViewNode.js

 Syntax

JavaScript  Copy Code

get scrollPosition() {}
set scrollPosition(value) {}

 Property Value

Number

A number specifying the scroll position.

 See Also