Class DockLayout2D

Class Hierarchy

Use the Dock Layout 2D node to place nodes relative to each other along the sides of a Dock Layout 2D node. To set the side along which you want to place a node in a Dock Layout 2D node, use the DockLayoutConcept::SideProperty property.

A Dock Layout 2D node arranges its items in a subtractive way: after positioning the first node, the Dock Layout 2D node uses the remaining space to position the next node, and so on. When arranging its child nodes, a Dock Layout 2D node uses its entire size.

See also DockLayout3D

Inherits properties and message types from DockLayout2DMetadata.