menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum GridSetCurrentCellOptions - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum GridSetCurrentCellOptions

    Defines options for the MoveTo(Int32, Int32) method call.

    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    [Flags]
    public enum GridSetCurrentCellOptions

    Fields

    Name Description
    ForceRefresh

    Force new current cell to be redrawn.

    NoActivate

    Do not active new current cell. Only store row and column index.

    None

    No special options.

    NoSelectRange

    Do not give current cell a range selection (when using Excel-like current cell).

    NoSyncCurrentCell

    Do not synchronize current cell among grid views showing the same model, ignoring .

    ScrollInView

    Scroll new current cell into view.

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