scrollByContent
Specifies whether a user can scroll the content with a swipe gesture. Applies only if useNative is false.
                        Type:
                    
                
                    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:
                    
                
                    Default Value: false
                
        showScrollbar
Specifies when to display scroll bars. Applies only if useNative is false.
                        Type:
                    
                
                    Default Value: 'onScroll', 'onHover' (desktop)
                
        useNative
Specifies whether CardView should use native or simulated scrolling.
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. | 
Feedback