DroidDiagram Programmer's Guide
Diagram.setExpandButtonPosition Method
See Also
 






Sets where expand/collapse buttons are located relatively to their nodes.

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

 Syntax

Java  Copy Code

public void setExpandButtonPosition (
    ExpandButtonPosition value
)

 Parameters

value

A member of the ExpandButtonPosition enumeration. The default is OuterRight.

 Remarks

If diagram links tend to flow vertically, it would be useful to have the expand/collapse buttons stay at the left- or right-hand side of nodes. If diagram links tend to flow horizontally, choose position for expand buttons such that they stay above or below nodes. That will prevent button icons from being overlapped by links.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace
setExpandButtonAction Method
setNodesExpandable Method