Skip to content

Vertical Scroll Arrangement

Category Requires Version
Layout > General API 21, Android 5.0 Lollipop 8

Overview

A formatting element in which to place components that should be displayed one below another. (The first child component is stored on top, the second beneath it, etc.) If you wish to have components displayed next to one another, use HorizontalArrangement instead.

This version is scrollable

Events

Click

Click listener event.

whenVertical Scroll Arrangement.Clickdo

Long Click

Long click listener event.

whenVertical Scroll Arrangement.Long Clickdo

Properties

Align Horizontal

Number Default: 1 ➖ Read Write - Designer Blocks

A number that encodes how contents of the arrangement are aligned horizontally. The choices are: 1 = left aligned, 2 = right aligned, 3 = horizontally centered. Alignment has no effect if the arrangement's width is automatic.

Vertical Scroll Arrangement.Align Horizontal
setVertical Scroll Arrangement.Align Horizontal to 

Align Vertical

Number Default: 1 ➖ Read Write - Designer Blocks

A number that encodes how the contents of the arrangement are aligned vertically. The choices are: 1 = aligned at the top, 2 = vertically centered, 3 = aligned at the bottom. Alignment has no effect if the arrangement's height is automatic.

Vertical Scroll Arrangement.Align Vertical
setVertical Scroll Arrangement.Align Vertical to 

Background Color

Color Default: #00000000  ➖ Read Write - Designer Blocks

Returns the component's background color

Vertical Scroll Arrangement.Background Color
setVertical Scroll Arrangement.Background Color to 

Clickable

Boolean Default: False ➖ Read Write - Designer Blocks

Set the component clickable or not clickable.

Vertical Scroll Arrangement.Clickable
setVertical Scroll Arrangement.Clickable to 

Height

Number ➖ Read Write - Blocks

Specifies the component's vertical height, measured in pixels.

Vertical Scroll Arrangement.Height
setVertical Scroll Arrangement.Height to 

Height Percent

Number ➖ Write - Blocks

Specifies the component's vertical height as a percentageof the height of its parent Component.

setVertical Scroll Arrangement.Height Percent to 

Image

Text ➖ Read Write - Designer Blocks

Returns the path of the button's image.

Vertical Scroll Arrangement.Image
setVertical Scroll Arrangement.Image to 

Is Card

Boolean Default: False ➖ Read Write - Designer Blocks

If enabled the arrangement will be convert to a card view. You can detect clicks on it with the "Click" event.

Vertical Scroll Arrangement.Is Card
setVertical Scroll Arrangement.Is Card to 

Scrollbar

Boolean Default: True ➖ Read Write - Designer Blocks

Whether to display a scrollbar

Vertical Scroll Arrangement.Scrollbar
setVertical Scroll Arrangement.Scrollbar to 

Use Round Card

Boolean Default: False ➖ Read Write - Designer Blocks

If enabled the card layout will have then round corners.

Vertical Scroll Arrangement.Use Round Card
setVertical Scroll Arrangement.Use Round Card to 

Visible

Boolean Default: True ➖ Read Write - Designer Blocks

Returns true iff the component is visible.

Vertical Scroll Arrangement.Visible
setVertical Scroll Arrangement.Visible to 

Width

Number ➖ Read Write - Blocks

Specifies the component's horizontal width, measured in pixels.

Vertical Scroll Arrangement.Width
setVertical Scroll Arrangement.Width to 

Width Percent

Number ➖ Write - Blocks

Specifies the component's horizontal width as a percentageof the Width of its parent Component.

setVertical Scroll Arrangement.Width Percent to