Lines Matching refs:Scroll

1 # Scroll  chapter
3 The **Scroll** component scrolls the content when the layout size of a component exceeds the size o…
9 …tribute [clip](ts-universal-attributes-sharp-clipping.md) is **true** for the **Scroll** component.
19 Scroll(scroller?: Scroller)
89 …al state and pressed state. If the set width exceeds the height of the **Scroll** component on the…
115 | value | [ScrollSnapOptions](#scrollsnapoptions10) | Yes | Scroll snapping mode.|
212 …tage, the initial scrolling offset is calculated as the product of the **Scroll** component's size…
234Scroll** component. Each snap point defines the offset from an edge to which the **Scroll** compon…
235 …ble the snap to start feature. When scroll snapping is defined for the **Scroll** component, setti…
236 …nable the snap to end feature. When scroll snapping is defined for the **Scroll** component, setti…
246 …crolling starts. The input parameters indicate the amount by which the **Scroll** component will s…
250 …ild component to **None**. For example, if a **List** is nested in the **Scroll** component, **edg…
254 1. This event is triggered when scrolling is started by the **Scroll** component or other input set…
281 1. This event is triggered when scrolling is started by the **Scroll** component or other input set…
306 …crolling offset. You can specify the intended scrolling offset for the **Scroll** through the retu…
310 1. This event is triggered when scrolling is started by the **Scroll** component or other input set…
330 Triggered when the **Scroll** component scrolls.
336 1. This event is triggered when scrolling is started by the **Scroll** component or other input set…
350 …lback](#scrollonscrollcallback12) | Yes | Callback triggered when the **Scroll** component scroll…
360 1. This event is triggered when scrolling reaches the edge after being started by the **Scroll** co…
380 1. This event is triggered when scrolling is stopped by the **Scroll** component or other input set…
390 Triggered when scrolling starts and is initiated by the user's finger dragging the **Scroll** compo…
394 1. This event is triggered when scrolling is started by the **Scroll** component or other input set…
408 1. This event is triggered when scrolling is stopped by the **Scroll** component or other input set…
418 Represents the callback triggered when the **Scroll** component scrolls.
432 …ild component to **None**. For example, if a **List** is nested in the **Scroll** component, **edg…
459 … container component. The supported container components are **List**, **Scroll**, **ScrollBar**, …
501 …ll: false } <br>boolean: false<br>**NOTE**<br>Currently, the **List**, **Scroll**, **Grid**, and *…
510 By default, the **Scroll** component comes with an animation, while the **Grid**, **List**, and **W…
626 > This API is available for the **Scroll**, **List**, **Grid**, and **WaterFlow** components.
647 > This API is available for the **Scroll**, **List**, **Grid**, and **WaterFlow** components.
667 > This API is available for the **Scroll**, **List**, **Grid**, and **WaterFlow** components.
818 This example demonstrates the use of some attributes of the **Scroll** component and the **Scroller…
832 Scroll(this.scroller) {
859 console.info('Scroll Stop')
915 … to achieve nested scrolling between an inner **List** component and an outer **Scroll** component.
929 Scroll(this.scrollerForScroll) {
931 Text("Scroll Area")
973 Text("Scroll Area")
990 … to achieve nested scrolling between an inner **List** component and an outer **Scroll** component.
1006 Scroll() {
1008 Text("Scroll Area")
1071 Scroll(this.scrollerForParent) {
1073 Text("Scroll Area")
1104 Text("Scroll Area")
1144 ### Example 5: Setting Scroll Snapping
1145 This example shows how to set scroll snapping for a **Scroll** component.
1153 Scroll(this.scroller) {
1248 This example demonstrates how to implement a **Scroll** component with an edge fading effect and se…
1261 Scroll(this.scroller) {