DroidDiagram Programmer's Guide
TableNode.setCurrentRow Method
See Also
 






Scrolls the table to the specified row.

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

 Syntax

Java  Copy Code

public void setCurrentRow (
    int value
)

 Parameters

value

An integer value specifying the index of the row that should be scrolled to the top of the table.

 See Also

TableNode Members
TableNode Class
com.mindfusion.diagramming Namespace