ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MobileScrollSettings<T> - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MobileScrollSettings<T>

    Inheritance
    System.Object
    ScrollOptionsBase<T>
    MobileScrollSettings<T>
    Inherited Members
    ScrollOptionsBase<T>.Width
    ScrollOptionsBase<T>.Height
    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

    true if [enable column scrolling]; otherwise, false.

    EnableNativeScrolling

    Used to enable or disable native scrolling.

    Declaration
    [JsonProperty("enableNativeScrolling")]
    public bool EnableNativeScrolling { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [enable native scrolling]; otherwise, false.

    EnableRowScrolling

    Used to enable or disable row scrolling.

    Declaration
    [JsonProperty("EnableRowScrolling")]
    public bool EnableRowScrolling { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [enable row scrolling]; otherwise, false.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved