alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class GridScrollCurrentCellReason

    Defines the reason for scrolling current cell into view.

    Inheritance
    System.Object
    GridScrollCurrentCellReason
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public sealed class GridScrollCurrentCellReason : Enum

    Fields

    Activate

    Current cell was activated.

    Declaration
    public const GridScrollCurrentCellReason Activate
    Field Value
    Type
    GridScrollCurrentCellReason

    Any

    Default: All of above.

    Declaration
    public const GridScrollCurrentCellReason Any
    Field Value
    Type
    GridScrollCurrentCellReason

    BeginEdit

    CurrentCell.BeginEdit was called.

    Declaration
    public const GridScrollCurrentCellReason BeginEdit
    Field Value
    Type
    GridScrollCurrentCellReason

    Click

    User clicked into cell.

    Declaration
    public const GridScrollCurrentCellReason Click
    Field Value
    Type
    GridScrollCurrentCellReason

    Command

    A undo or redo command was executed.

    Declaration
    public const GridScrollCurrentCellReason Command
    Field Value
    Type
    GridScrollCurrentCellReason

    Error

    An error occurred and a message box will be displayed.

    Declaration
    public const GridScrollCurrentCellReason Error
    Field Value
    Type
    GridScrollCurrentCellReason

    FindText

    FindDialog has found text in cell.

    Declaration
    public const GridScrollCurrentCellReason FindText
    Field Value
    Type
    GridScrollCurrentCellReason

    GridFocus

    Grid control was activated.

    Declaration
    public const GridScrollCurrentCellReason GridFocus
    Field Value
    Type
    GridScrollCurrentCellReason

    KeyPress

    A key was pressed while current cell is active.

    Declaration
    public const GridScrollCurrentCellReason KeyPress
    Field Value
    Type
    GridScrollCurrentCellReason

    Modified

    Contents of current cell are modified.

    Declaration
    public const GridScrollCurrentCellReason Modified
    Field Value
    Type
    GridScrollCurrentCellReason

    MoveTo

    CurrentCell.MoveTo was called.

    Declaration
    public const GridScrollCurrentCellReason MoveTo
    Field Value
    Type
    GridScrollCurrentCellReason

    None

    Represents None

    Declaration
    public const GridScrollCurrentCellReason None
    Field Value
    Type
    GridScrollCurrentCellReason

    ResizedCells

    Columns or rows were resized.

    Declaration
    public const GridScrollCurrentCellReason ResizedCells
    Field Value
    Type
    GridScrollCurrentCellReason

    SynchronizeRecord

    Grouping Grid: SynchronizeCurrentCellWithRecord.

    Declaration
    public const GridScrollCurrentCellReason SynchronizeRecord
    Field Value
    Type
    GridScrollCurrentCellReason
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved