Class MobileScrollSettings<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.Mobile.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class MobileScrollSettings<T> : ScrollOptionsBase<T> where T : class
Type Parameters
Name | Description |
---|---|
T |
Constructors
MobileScrollSettings()
Declaration
public MobileScrollSettings()
Properties
EnableColumnScrolling
Used to enable or disable column scrolling.
Declaration
[JsonProperty("enableColumnScrolling")]
public bool EnableColumnScrolling { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
EnableNativeScrolling
Used to enable or disable native scrolling.
Declaration
[JsonProperty("enableNativeScrolling")]
public bool EnableNativeScrolling { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
EnableRowScrolling
Used to enable or disable row scrolling.
Declaration
[JsonProperty("EnableRowScrolling")]
public bool EnableRowScrolling { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|