Search
Palette.setAllowMultipleExpands Method
See Also
 






Sets a value indicating whether more than one category can be expanded at a time.

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

 Syntax

Java  Copy Code

public void setAllowMultipleExpands (
    boolean allowMultipleExpands
)

 Parameters

allowMultipleExpands

true to allow multiple expanded categories; otherwise, false.

 See Also