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
This component arranges its child components vertically within a scrollable view. It provides properties and methods to customize the scrollbar appearance and behavior.
Overview
Events
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | value | float |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | scrollX | int | |
2 | scrollY | int | |
3 | oldScrollX | int | |
4 | oldScrollY | int |
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | BGColor | color | |
2 | Stroke | color |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | left | Integer | 2 | right | Integer | 3 | top | Integer | 4 | bottom | Integer |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | left | Integer | |
2 | right | Integer | |
3 | top | Integer | |
4 | bottom | Integer |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | startColor | Object | |
2 | endColor | Object | |
3 | radius | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | startColor | Object | 2 | endColor | Object | 3 | radius | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | dx | int | |
2 | dy | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | x | int | 2 | y | int |
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | HorizontalAlignment | Integer |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | VerticalAlignment | Integer |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | BackgroundColor | color |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | CardRadius | Integer |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Clickable | boolean |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | FullClickable | boolean |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | LongClickable | boolean |
OverScroll (boolean): You can also achieve this scrollbar programatically using this method. Editor Type: boolean, Default: false. User Visible: False.
OverScrollMode (String): Sets Scroll Bar mode to over scroll. Editor Type: Choices, Editor Args: ["SCROLL_ALWAYS", "SCROLL_IF_CONTENT_SCROLLS", "SCROLL_NEVER"], Default: "SCROLL_ALWAYS".
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | OverScrollMode | String | |
2 | OverScroll | boolean | false |
ScrollbarFadingEnabled (boolean): Sets scroll bar fadding enabled to layout. Editor Type: boolean, Default: false. User Visible: False.
ScrollBarDefaultDelayBeforeFade (int): Sets scroll bar default delay fade duration in milliseconds to layout. Editor Type: int, Default: 1000.
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ScrollBarDefaultDelayBeforeFade | Integer | |
2 | ScrollbarFadingEnabled | boolean | false |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ScrollBarFadeDuration | Integer |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ScrollBarSize | Integer |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ScrollBarStyle | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Elevation | Integer |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Height | Integer |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Width | Integer |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | HeightPercent | float | |
2 | WidthPercent | float |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Image | String |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ThumbSize | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | ShadowColor | color |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | UseRoundCard | boolean |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | UseRoundCard | boolean |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | IsCard | boolean |
FillViewport (boolean): True to stretch the content's height to the viewport's boundaries, false otherwise. Editor Type: boolean, Default: false. User Visible: False.
SmoothScrollingEnabled (boolean): Enable whether arrow scrolling will animate its transition. Editor Type: boolean, Default: false. User Visible: False.
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | IsFillViewport | boolean | |
2 | IsSmoothScrollingEnabled | boolean |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Visible | boolean |