Layout
Layout refers to the visual arrangement and organization of elements on a screen or page within the app. It determines how users will see and interact with the app's content and functionality.
About the component

- Last Update 25 Oct, 2023
- Component Version : 2.0.0
- API 21, Android 5.0 Lollipop
- 15 Blocks Available
Horizontal Scroll Arrangement
This component arranges its child components horizontally within a scrollable view. It extends the Horizontal Arrangement component by adding scroll functionality and scrollbar customization options.
Overview
Events
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | value | Integer | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | scrollX | Integer | - |
2 | scrollY | Integer | - |
3 | oldScrollX | Integer | - |
4 | oldScrollY | Integer | - |
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | BGColor | color | - |
2 | Stroke | Integer | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | dx | Integer | - |
2 | dy | Integer | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | left | Integer | 0 |
2 | right | Integer | 0 |
3 | top | Integer | 0 |
4 | bottom | Integer | 0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | left | Integer | 0 |
2 | right | Integer | 0 |
3 | top | Integer | 0 |
4 | bottom | Integer | 0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | startColor | color | - |
2 | endColor | color | - |
3 | radius | Integer | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | startColor | color | - |
2 | endColor | color | - |
3 | radius | Integer | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | dX | Integer | - |
2 | dY | Integer | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | x | Integer | - |
2 | y | Integer | - |
Properties
A number that encodes how contents of the %type% 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.
Sets the horizontal alignment of the arrangement's contents.
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get AlignHorizontal | Integer | -1 |
2 | set AlignHorizontal | Integer | - |
A number that encodes how the contents of the %type% 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.
Sets the vertical alignment of the arrangement's contents.
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get AlignVertical | Integer | -1 |
2 | set AlignVertical | Integer | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get BackgroundColor | color | #00000000 |
2 | set BackgroundColor | color | #00000000 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get CardRadius | Integer | 0 |
2 | set CardRadius | Integer | 0 |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Clickable | boolean | false |
2 | set Clickable | boolean | false |
3 | set FullClickable | boolean | false |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Elevation | boolean | false |
2 | set Elevation | boolean | false |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get isCard | boolean | false |
2 | set isCard | boolean | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get isFillViewPort | boolean | - |
2 | set isFillViewPort | boolean | - |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get Visible | boolean | true |
2 | set Visible | boolean | - |