React CardView - scrolling

Configures scrolling.

Selector: Scrolling
Type:

Object

scrollByContent

Specifies whether a user can scroll the content with a swipe gesture. Applies only if useNative is false.

Type:

Boolean

Default Value: true, false (non-touch devices)

scrollByThumb

Specifies whether a user can scroll the content with the scrollbar. Applies only if useNative is false.

Type:

Boolean

Default Value: false

showScrollbar

Specifies when to display scroll bars. Applies only if useNative is false.

Default Value: 'onScroll', 'onHover' (desktop)

useNative

Specifies whether CardView should use native or simulated scrolling.

Type:

Boolean

|

Mode

Default Value: 'auto'

This property accepts one of the following values:

scrolling.useNative Description
"auto" Native scrolling on all platforms, except non-Mac desktops.
true Native scrolling on all platforms, without exceptions.
false Simulated scrolling on all platforms.