Class: Layout

CV.Layout(oNode)

new Layout(oNode)

Arranges the node and its visible-descendants into a exontrol.M1 collection.
Parameters:
Name Type Description
oNode CV.Node Specifies an object of CV.Node type

Members

(static, readonly) FlowEnum :string

The CV.Layout.FlowEnum type specifies the flow and arrangement of the node and its descendants nodes.
Type:
  • string
Properties:
Name Type Description
exFlowVertical string The exFlowVertical indicates that any assistant or child-node goes down, while any group-node goes right.
exFlowHorizontal string The exFlowHorizontal indicates that any assistant or child-node goes right, while any group-node goes down.
exFlowVerticalTree string The exFlowVerticalTree indicates any assistant or child-node goes down and indented to right, while any group-node goes right.
exFlowHorizontalTree string The exFlowHorizontal indicates any assistant or child-node goes right and indented down, while any group-node goes down.