ScrollViewPropsPremium
Represents the props of the KendoReact ScrollView component.
Name | Type | Default | Description |
---|---|---|---|
activeView? |
|
Represents the current active view (see example).
Defaults to jsx
| |
arrows? |
|
Enables or disables the built-in navigation arrows (see example).
Defaults to jsx
| |
automaticViewChange? |
|
Allows the ScrollView to switch the next page automatically after a short delay (see example).
Defaults to jsx
| |
automaticViewChangeInterval? |
|
Defines the automatic page change delay in milliseconds (see example).
Defaults to jsx
| |
children? |
|
Sets the ScrollView children elements. jsx
| |
className? |
|
Specifies a list of CSS classes that will be added to the ScrollView. jsx
| |
dir? |
|
Represents the jsx
| |
endless? |
|
Toggles the endless scrolling mode in which the data items are endlessly looped
(see example). Defaults to jsx
| |
pageable? |
|
Toggles the built-in pager (see example). Defaults to jsx
| |
pagerOverlay? |
|
Sets the pager overlay (see example). The possible values are:
jsx
| |
style? |
|
Sets additional CSS styles to the ScrollView. jsx
|