MindFusion.Diagramming for JavaScript Programmer's Guide

TableNode.setCurrScrollRow Method

See Also
 





Sets the table's current scroll position.

Namespace: MindFusion.Diagramming
File: TableNode.js

 Syntax

JavaScript  Copy Code

function setCurrScrollRow (row)

 Parameters

row

The index of the first row that should be visible in the table.

 See Also