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
- 59 Blocks Available
Horizontal Scroll Arangment
A visible component that is work as a container, aligning the components from left to right when placed into it. The difference between Horizontal Arrangement and Horizontal Scroll Arrangement is that, when component is placed in scroll arrangement, it can be scrolled.
Overview
A visible component that, align the view from left to right as a scroll arrangement.
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
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | get AlignHorizontal | Integer | -1 |
2 | set AlignHorizontal | Integer | - |
# | 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 |
getter method for the Clickable. Returns true if it is clickable else false.
Setter method for the clickable of the arrangement set to ei\ther true or false.
Setter method for the full Clickable of the Horizontal Arrangement. Which can be set to either true or false.
# | 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 | - |