Xamarin.iOS

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

    Show / Hide Table of Contents

    Class ScrollChangedAction

    Defines the various constants for the scroll changed action.

    Inheritance
    System.Object
    ScrollChangedAction
    Namespace: Syncfusion.GridCommon.ScrollAxis
    Assembly: Syncfusion.GridCommon.Portable.dll
    Syntax
    public sealed class ScrollChangedAction : Enum

    Fields

    DefaultLineSizeChanged

    Specifies that the scroll is changed as the default line size is changed.

    Declaration
    public const ScrollChangedAction DefaultLineSizeChanged
    Field Value
    Type Description
    ScrollChangedAction

    FooterLineCountChanged

    Specifies that the scroll is changed as the footer line count is changed.

    Declaration
    public const ScrollChangedAction FooterLineCountChanged
    Field Value
    Type Description
    ScrollChangedAction

    HeaderLineCountChanged

    Specifies that the scroll is changed as the header line count is changed.

    Declaration
    public const ScrollChangedAction HeaderLineCountChanged
    Field Value
    Type Description
    ScrollChangedAction

    HiddenLineChanged

    Specifies that the scroll is changed as the header line is changed.

    Declaration
    public const ScrollChangedAction HiddenLineChanged
    Field Value
    Type Description
    ScrollChangedAction

    LineCountChanged

    Specifies that the scroll is changed as the line count is changed.

    Declaration
    public const ScrollChangedAction LineCountChanged
    Field Value
    Type Description
    ScrollChangedAction

    LineResized

    Specifies that the scroll is changed as the lines are resized.

    Declaration
    public const ScrollChangedAction LineResized
    Field Value
    Type Description
    ScrollChangedAction

    LinesInserted

    Specifies that the scroll is changed as the lines are inserted.

    Declaration
    public const ScrollChangedAction LinesInserted
    Field Value
    Type Description
    ScrollChangedAction

    LinesRemoved

    Specifies that the scroll is changed as the lines are removed.

    Declaration
    public const ScrollChangedAction LinesRemoved
    Field Value
    Type Description
    ScrollChangedAction

    ScrollBarValueChanged

    Specifies that the scroll is changed as the scroll bar value is changed.

    Declaration
    public const ScrollChangedAction ScrollBarValueChanged
    Field Value
    Type Description
    ScrollChangedAction

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved