menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AutoScrollerValueChangedEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AutoScrollerValueChangedEventArgs

    Provides data for the AutoScrollerValueChangedEventHandler event.

    Inheritance
    System.Object
    GridEventArgs
    AutoScrollerValueChangedEventArgs
    Namespace: Syncfusion.UI.Xaml.CellGrid
    Assembly: Syncfusion.SfCellGrid.UWP.dll
    Syntax
    public sealed class AutoScrollerValueChangedEventArgs : GridEventArgs

    Constructors

    AutoScrollerValueChangedEventArgs(Boolean, Boolean, Boolean, Boolean, RowColumnIndex)

    Initializes a new instance for AutoScrollerValueChangedEventArgs class with the specified scrolling row column index and scrolling directions

    Declaration
    public AutoScrollerValueChangedEventArgs(bool isLineUp, bool isLineDown, bool isLineLeft, bool isLineRight, RowColumnIndex rowcol)
    Parameters
    Type Name Description
    System.Boolean isLineUp

    true when scrolling direction is Up

    System.Boolean isLineDown

    true when scrolling direction is down

    System.Boolean isLineLeft

    true when scrolling direction is left

    System.Boolean isLineRight

    true when scrolling direction is right

    RowColumnIndex rowcol

    scrolling row column index

    Properties

    IsLineDown

    Indicates Scrolling down

    Declaration
    public bool IsLineDown { get; }
    Property Value
    Type
    System.Boolean

    IsLineLeft

    Indicates Scrolling Left

    Declaration
    public bool IsLineLeft { get; }
    Property Value
    Type
    System.Boolean

    IsLineRight

    Indicates Scrolling Right

    Declaration
    public bool IsLineRight { get; }
    Property Value
    Type
    System.Boolean

    IsLineUp

    Indicates Scrolling Up

    Declaration
    public bool IsLineUp { get; }
    Property Value
    Type
    System.Boolean

    RowColumnIndex

    Gets or Sets the Scroll row column index.

    Declaration
    public RowColumnIndex RowColumnIndex { get; }
    Property Value
    Type
    RowColumnIndex

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved