A Flexbox is a layout container that is designed to make it easier to create flexible and responsive UI designs. It allows you to arrange and align its children (elements) within it in a more efficient way. In addition to the methods inherited from Frame, Container, VisualObject and Object, Flexbox has the following methods: | | | |---|---| |[setDirection](objects/BaseFrame/getOffset.md)|Sets the direction in which the children will be placed |[getDirection](objects/BaseFrame/getOffset.md)|Returns the direction |[setSpacing](objects/BaseFrame/setOffset.md)|Sets the space between objects |[getSpacing](objects/BaseFrame/setOffset.md)|Returns the space |[setJuustifyContent](objects/BaseFrame/getOffset.md)|Determines how the children are aligned along the main axis |[getJuustifyContent](objects/BaseFrame/getOffset.md)|Returns the justify content