ScrollViewProps
Represents the props of the Kendo UI for Vue ScrollView component.
Name | Type | Default | Description |
---|---|---|---|
activeView? |
|
Represents the current active view (see example). Defaults to | |
arrows? |
|
Enables or disables the built-in navigation arrows (see example). Defaults to | |
automaticViewChange? |
|
Allows the ScrollView to switch the next page automatically after a short delay (see example).
Defaults to | |
automaticViewChangeInterval? |
|
Defines the automatic page change delay in milliseconds (see example).
Defaults to | |
content? |
|
Content Template for the ScrollView items. | |
dataItems? |
|
An array of the items that are passed to the ScrollView component. | |
dir? |
|
Represents the | |
endless? |
|
Toggles the endless scrolling mode in which the data items are endlessly looped
(see example). Defaults to | |
pageable? |
|
Toggles the built-in pager (see example). Defaults to | |
pagerOverlay? |
|
Sets the pager overlay (see example).
|