Class MobileScrollSettingsBuilder<T>
Inheritance
System.Object
MobileScrollSettingsBuilder<T>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class MobileScrollSettingsBuilder<T>
where T : class
Type Parameters
Name | Description |
---|---|
T |
Constructors
MobileScrollSettingsBuilder(MobileScrollSettings<T>)
Declaration
public MobileScrollSettingsBuilder(MobileScrollSettings<T> scroll)
Parameters
Type | Name | Description |
---|---|---|
MobileScrollSettings<T> | scroll |
Methods
EnableColumnScrolling()
Used to enable or disable column scrolling.
Declaration
public MobileScrollSettingsBuilder<T> EnableColumnScrolling()
Returns
Type | Description |
---|---|
MobileScrollSettingsBuilder<T> | MobileScrollSettingsBuilder{`0}. |
EnableColumnScrolling(Boolean)
Enables the column scrolling.
Declaration
public MobileScrollSettingsBuilder<T> EnableColumnScrolling(bool scroll)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | scroll | if set to |
Returns
Type | Description |
---|---|
MobileScrollSettingsBuilder<T> | MobileScrollSettingsBuilder{`0}. |
EnableNativeScrolling()
Used to enable or disable native scrolling.
Declaration
public MobileScrollSettingsBuilder<T> EnableNativeScrolling()
Returns
Type | Description |
---|---|
MobileScrollSettingsBuilder<T> | MobileScrollSettingsBuilder{`0}. |
EnableNativeScrolling(Boolean)
Used to enable or disable native scrolling.
Declaration
public MobileScrollSettingsBuilder<T> EnableNativeScrolling(bool scrolling)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | scrolling | if set to |
Returns
Type | Description |
---|---|
MobileScrollSettingsBuilder<T> | MobileScrollSettingsBuilder{`0}. |
EnableRowScrolling()
Used to enable or disable row scrolling.
Declaration
public MobileScrollSettingsBuilder<T> EnableRowScrolling()
Returns
Type | Description |
---|---|
MobileScrollSettingsBuilder<T> | MobileScrollSettingsBuilder{`0}. |
EnableRowScrolling(Boolean)
Used to enable or disable row scrolling.
Declaration
public MobileScrollSettingsBuilder<T> EnableRowScrolling(bool scroll)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | scroll | if set to |
Returns
Type | Description |
---|---|
MobileScrollSettingsBuilder<T> | MobileScrollSettingsBuilder{`0}. |
Height(Int32)
Specifies the height for the Grid content.
Declaration
public MobileScrollSettingsBuilder<T> Height(int height)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | height | The height. |
Returns
Type | Description |
---|---|
MobileScrollSettingsBuilder<T> | MobileScrollSettingsBuilder{`0}. |
Width(Int32)
Specifies the width for the Grid content.
Declaration
public MobileScrollSettingsBuilder<T> Width(int width)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | width | The width. |
Returns
Type | Description |
---|---|
MobileScrollSettingsBuilder<T> | MobileScrollSettingsBuilder{`0}. |