CardViewScrollingBuilder Methods
Contains methods that configure the client-side scrolling option.| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| Option(String, Object) | Specifies an option by its name. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ScrollByContent(JS) |
Specifies whether a user can scroll the content with a swipe gesture. Applies only if useNative is false. Mirrors the client-side scrolling.scrollByContent option.
|
| ScrollByContent(Boolean) |
Specifies whether a user can scroll the content with a swipe gesture. Applies only if useNative is false. Mirrors the client-side scrolling.scrollByContent option.
|
| ScrollByThumb(JS) |
Specifies whether a user can scroll the content with the scrollbar. Applies only if useNative is false. Mirrors the client-side scrolling.scrollByThumb option.
|
| ScrollByThumb(Boolean) |
Specifies whether a user can scroll the content with the scrollbar. Applies only if useNative is false. Mirrors the client-side scrolling.scrollByThumb option.
|
| ShowScrollbar(ShowScrollbarMode) |
Specifies when to display scroll bars. Applies only if useNative is false. Mirrors the client-side scrolling.showScrollbar option.
|
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| UseNative(JS) | Specifies whether widget uses native or simulated scrolling. Mirrors the client-side scrolling.useNative option. |
| UseNative(Mode) | Specifies whether widget uses native or simulated scrolling. Mirrors the client-side scrolling.useNative option. |
| UseNative(Boolean) | Specifies whether widget uses native or simulated scrolling. Mirrors the client-side scrolling.useNative option. |
See Also