Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IScrollBar

    Show / Hide Table of Contents

    Interface IScrollBar

    Defines an interface that provides all properties to configure a scrollbar.

    Namespace: Syncfusion.GridCommon.ScrollAxis
    Assembly: Syncfusion.GridCommon.Portable.dll
    Syntax
    public interface IScrollBar : INotifyPropertyChanged

    Properties

    Enabled

    Gets or sets a value indicating whether the scroll bar is enabled or not.

    Declaration
    bool Enabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    A number that represents the current position of the scroll box on the scroll bar control.

    LargeChange

    Gets or sets a value to be added to or subtracted from the value of the property when the scroll box is moved a large distance.

    Declaration
    double LargeChange { get; set; }
    Property Value
    Type Description
    System.Double

    The value to be added to or subtracted from the value of the property when the scroll box is moved a large distance.

    Maximum

    Gets or sets the upper limit of values of the scrollable range.

    Declaration
    double Maximum { get; set; }
    Property Value
    Type Description
    System.Double

    The upper limit of values of the scrollable range.

    Minimum

    Gets or sets the lower limit of values of the scrollable range.

    Declaration
    double Minimum { get; set; }
    Property Value
    Type Description
    System.Double

    The lower limit of values of the scrollable range.

    SmallChange

    Gets or sets the value to be added to or subtracted from the value of the property when the scroll box is moved a small distance.

    Declaration
    double SmallChange { get; set; }
    Property Value
    Type Description
    System.Double

    The value to be added to or subtracted from the value of the property when the scroll box is moved a small distance.

    Value

    Gets or sets a numeric value that represents the current position of the scroll box on the scroll bar control.

    Declaration
    double Value { get; set; }
    Property Value
    Type Description
    System.Double

    A numeric value that represents the current position of the scroll box on the scroll bar control.

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