menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScrollbarSettings

    Show / Hide Table of Contents

    Class ScrollbarSettings

    create a ScrollbarSettings class which includes properties to customize the scrollbar of an axis.

    Inheritance
    System.Object
    EJTagHelper
    ScrollbarSettings
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.DataVisualization.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class ScrollbarSettings : EJTagHelper

    Constructors

    ScrollbarSettings()

    Declaration
    public ScrollbarSettings()

    Properties

    CanResize

    Gets or sets the value for scrollbar resize, used to resize the scroll bar of horizontal or vertical axis.

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

    Resize the axis scrollbar.

    PointsLength

    Gets or sets the value for PointsLength, which specified maximum length of horizontal or vertical axis scroll point.

    Declaration
    [JsonProperty("pointsLength")]
    public double? PointsLength { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>
    Remarks

    Maximum length of the axis scroll value.

    Range

    Gets or sets the value for scroll range, to set the range for the scrollbar in horizontal or vertical axis.

    Declaration
    [JsonProperty("range")]
    public ScrollRange Range { get; set; }
    Property Value
    Type Description
    ScrollRange
    Remarks

    Options for set the scroll range.

    Visible

    Gets or sets the value for axis scrollbar, which controls visibility of an horizontal or vertical axis scroll bar.

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

    Visible the axis scrollbar.

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