API Docs for:
Show:

Object_FreeLayout Class

Module: ui

A free-layout which layouts all sub-objects at their specified positions. So that kind of layout allows each sub-object to be freely positioned.

Item Index

Properties

animator

vn.Component_Animator

The UI object's animator-component to execute different kind of animations like move, rotate, etc. on it.

behavior

gs.Component_FreeLayoutBehavior

The behavior component to add free-layout specific behavior.

controls

ui.Object_UIElement

The layout's sub-objects.

resizable

Boolean

Indicates if the layout is resizable.

sizeToFit

Boolean

Indicates if the layouts resizes to fit its content.