menu

WPF

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

    Show / Hide Table of Contents

    Enum GridWrapCellBehavior

    Controls what the grid does when a last or first column in a row.

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

    Fields

    Name Description
    NextControlInForm

    When at the last row and last column activate next sibling control in the dialog or when when at first row and column activate previous sibling control in dialog.

    None

    Don't move current cell.

    WrapGrid

    When at the last row and last column, move to first row and column or vice versa.

    WrapRow

    Move to first column in next row or last column in previous row.

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