Skip to main content

Horizontal Alignment

Overview

A visible component that groups other components in a horizontal left-to-right manner

Component Properties

PropertyDescription
AlignIt aligns its children in the selected way.
GapThe gap between the childrens in it.
wrapIf enabled, it wraps its children onto multiple lines as necessary, if disabled doesnot wraps its children.
scrollif enabled, the browser provides scroll bar for the alignment when necessary, if disabled doesnot provides scroll bar for the alignment when necessary.

Blocks

Events

On Click

fires when clicked on the arrangement

loading block...

Properties

align

Accepts: String

sets the align property. Valid values are left, center and right.

loading block...

align

Returns: String

gets the align property. Valid values are left, center and right.

loading block...

wrap

Accepts: Boolean

sets the wrap property. set true if you want to wrap else set false

loading block...

wrap

Returns: Boolean

gets the wrap property. true for wrap and false for nowrap

loading block...

scroll

Accepts: Boolean

sets the scroll property. true for enabling scroll and false for no scroll

loading block...

scroll

Returns: Boolean

gets the scroll property. true for scroll enabled and false for scroll not enabled

loading block...

hide

Accepts: Boolean

Hides the component if the input is true and shows it if the input is false

loading block...

hidden

Returns: Boolean

Returns true if the component is hidden and false if it is not

loading block...