Search
TabbedScrollPane.getAllowTabReorder Method
See Also
 

Gets a value indicating whether tabs can be rearranged interactively.

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

 Syntax

Java  Copy Code

public boolean getAllowTabReorder ()

 Return Value

true to allow interactive tab reordering; otherwise, false.

 Remarks

Moving a tab also changes the position of its associated DiagramPage within the document's Pages collection.

 See Also