Skip to main content
A newer version of this page is available. .

ScrollViewBuilder Methods

A ScrollView control.
Name Description
BounceEnabled(JS) Mirrors the client-side bounceEnabled option.
BounceEnabled(Boolean) Mirrors the client-side bounceEnabled option.
Content(RazorBlock) Specifies content for a ScrollView control.
Content(String) Specifies content for a ScrollView control.
Direction(ScrollDirection) Mirrors the client-side direction option.
Disabled(JS) Mirrors the client-side disabled option.
Disabled(Boolean) Mirrors the client-side disabled option.
ElementAttr(JS) Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
ElementAttr(Dictionary<String, Object>) Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
ElementAttr(Object) Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
ElementAttr(String, Object) Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
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.
Height(JS) Mirrors the client-side height option.
Height(Double) Mirrors the client-side height option.
Height(String) Mirrors the client-side height option.
ID(JS) Specifies the id attribute for the control’s HTML element (used for nested controls within templates).
ID(String) Specifies the id attribute for the control’s HTML element.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
OnDisposing(RazorBlock) Mirrors the client-side onDisposing option.
OnDisposing(String) Mirrors the client-side onDisposing option.
OnInitialized(RazorBlock) Mirrors the client-side onInitialized option.
OnInitialized(String) Mirrors the client-side onInitialized option.
OnOptionChanged(RazorBlock) Mirrors the client-side onOptionChanged option.
OnOptionChanged(String) Mirrors the client-side onOptionChanged option.
OnPullDown(RazorBlock) Mirrors the client-side onPullDown option.
OnPullDown(String) Mirrors the client-side onPullDown option.
OnReachBottom(RazorBlock) Mirrors the client-side onReachBottom option.
OnReachBottom(String) Mirrors the client-side onReachBottom option.
OnScroll(RazorBlock) Mirrors the client-side onScroll option.
OnScroll(String) Mirrors the client-side onScroll option.
OnUpdated(RazorBlock) Mirrors the client-side onUpdated option.
OnUpdated(String) Mirrors the client-side onUpdated option.
Option(String, Object) Specifies an option by its name.
PulledDownText(JS) Mirrors the client-side pulledDownText option.
PulledDownText(String) Mirrors the client-side pulledDownText option.
PullingDownText(JS) Mirrors the client-side pullingDownText option.
PullingDownText(String) Mirrors the client-side pullingDownText option.
ReachBottomText(JS) Mirrors the client-side reachBottomText option.
ReachBottomText(String) Mirrors the client-side reachBottomText option.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RefreshingText(JS) Mirrors the client-side refreshingText option.
RefreshingText(String) Mirrors the client-side refreshingText option.
Render() Inherited from WidgetBuilder.
RtlEnabled(JS) Mirrors the client-side rtlEnabled option.
RtlEnabled(Boolean) Mirrors the client-side rtlEnabled option.
ScrollByContent(JS) Mirrors the client-side scrollByContent option.
ScrollByContent(Boolean) Mirrors the client-side scrollByContent option.
ScrollByThumb(JS) Mirrors the client-side scrollByThumb option.
ScrollByThumb(Boolean) Mirrors the client-side scrollByThumb option.
ShowScrollbar(ShowScrollbarMode) Mirrors the client-side showScrollbar option.
ToString() Inherited from WidgetBuilder.
ToTemplate() Renders the control as a template string for use in another control’s template. Inherited from WidgetBuilder.
UseNative(JS) Mirrors the client-side useNative option.
UseNative(Boolean) Mirrors the client-side useNative option.
Width(JS) Mirrors the client-side width option.
Width(Double) Mirrors the client-side width option.
Width(String) Mirrors the client-side width option.
See Also