The ScrollView is a UI component that enables a user to scroll its content.
import DxScrollView from "devextreme-vue/scroll-view"
An object defining configuration properties for the ScrollView UI component.
Name Description bounceEnabledA Boolean value specifying whether to enable or disable the bounce-back effect.
directionA string value specifying the available scrolling directions.
disabledSpecifies whether the UI component responds to user interaction.
elementAttrSpecifies the global attributes to be attached to the UI component's container element.
heightSpecifies the UI component's height.
onDisposingA function that is executed before the UI component is disposed of.
onInitializedA function used in JavaScript frameworks to save the UI component instance.
onOptionChangedA function that is executed after a UI component property is changed.
onPullDownA function that is executed when the "pull to refresh" gesture is performed. Supported on mobile devices only.
onReachBottomA function that is executed when the content is scrolled down to the bottom.
onScrollA function that is executed on each scroll gesture.
onUpdatedA function that is executed each time the UI component is updated.
pulledDownTextSpecifies the text shown in the pullDown panel when pulling the content down lowers the refresh threshold.
pullingDownTextSpecifies the text shown in the pullDown panel while pulling the content down to the refresh threshold.
reachBottomTextSpecifies the text shown in the pullDown panel displayed when content is scrolled to the bottom.
refreshingTextSpecifies the text shown in the pullDown panel displayed when the content is being refreshed.
rtlEnabledSwitches the UI component to a right-to-left representation.
scrollByContentA Boolean value specifying whether or not an end user can scroll the UI component content swiping it up or down. Applies only if useNative is false
scrollByThumbSpecifies whether a user can scroll the content with the scrollbar. Applies only if useNative is false.
showScrollbarSpecifies when the UI component shows the scrollbar.
useNativeIndicates whether to use native or simulated scrolling.
widthSpecifies the UI component's width.
This section describes the members used to manipulate the UI component.
This section describes events fired by this UI component.
Name Description disposingRaised before the UI component is disposed of.
initializedRaised only once, after the UI component is initialized.
optionChangedRaised after a UI component property is changed.
pullDownRaised when the "pull to refresh" gesture is performed.
reachBottomRaised when the content is scrolled down to the bottom.
scrollRaised on each scroll gesture.
updatedRaised each time the UI component is updated.
Feel free to share topic-related thoughts here.RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4