Skip to main content

TreeListScrollingBuilder Members

Provides methods that allow you to configure nested options of the client-side scrolling object.

Constructors

Name Description
TreeListScrollingBuilder(OptionsOwnerContext) For internal use only. Initializes a new TreeListScrollingBuilder class instance.

Methods

Name Description
ColumnRenderingMode(GridColumnRenderingMode) Specifies the rendering mode for columns. Applies when columns are left outside the viewport. Requires the columnWidth, columnAutoWidth, or width (for all columns) property specified. Mirrors the client-side columnRenderingMode option.
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.
Mode(TreeListScrollingMode) Specifies the scrolling mode. Mirrors the client-side mode option.
Option(String, Object) Specifies an option by its name.
PreloadEnabled(JS) Specifies whether the UI component should load adjacent pages. Applies only if scrolling.mode is 'virtual'. Mirrors the client-side preloadEnabled option.
PreloadEnabled(Boolean) Specifies whether the UI component should load adjacent pages. Applies only if scrolling.mode is 'virtual'. Mirrors the client-side preloadEnabled option.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RenderAsync(JS)
RenderAsync(Boolean)
RowRenderingMode(GridRowRenderingMode) Mirrors the client-side rowRenderingMode option.
ScrollByContent(JS) Specifies whether a user can scroll the content with a swipe gesture. Applies only if useNative is false. Mirrors the client-side 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 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 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 scrollByThumb option.
ShowScrollbar(ShowScrollbarMode) Specifies when to show scrollbars. Applies only if useNative is false. Mirrors the client-side showScrollbar option.
ToString() Returns a string that represents the current object. Inherited from Object.
UseNative(JS) Specifies whether the widget should use native or simulated scrolling. Mirrors the client-side useNative option.
UseNative(Mode) Specifies whether the widget should use native or simulated scrolling. Mirrors the client-side useNative option.
UseNative(Boolean) Specifies whether the widget should use native or simulated scrolling. Mirrors the client-side useNative option.
UseNative(String) Obsolete. Specifies whether the widget should use native or simulated scrolling. Mirrors the client-side useNative option.
See Also