DroidDiagram Programmer's Guide
Row.setExpanded Method
See Also
 






Expands or collapses the section of rows below this header row.

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

 Syntax

Java  Copy Code

public void setExpanded (
    boolean value
)

 Parameters

value

true if the section of rows that starts from a header row should be expanded, otherwise false.

 Remarks

This property can be set only if the row is a Header. Links connected to the rows of a collapsed table section appear to be connected to the section header row.

 See Also

Row Members
Row Class
com.mindfusion.diagramming Namespace