Angular CardView - scrolling

Configures scrolling.

Selector: dxo-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 uses native or simulated scrolling.

Type:

Boolean

|

Mode

Default Value: 'auto'

When this property is "auto", the component chooses between native and simulated scrolling based on the device:

  • Desktops (except Mac): simulated scrolling.
  • Other platforms: native scrolling.