WPF

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

    Show / Hide Table of Contents

    Enum GridResizeToFitOptions

    Specifies options for a ResizeColumnsToFit or ResizeRowsToFit method call.

    The options can be combined.

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

    Fields

    Name Description
    IncludeCellsWithinCoveredRange

    ResizeCoveredCells mode only resizes the last row or column of a covered range. Use this option to also resize the columns or rows before the last one.

    IncludeHeaders

    Include also row or column header for resizing the cells.

    IncludeHiddenCells

    Include hidden rows in row or column resizing behavior

    None

    Uses default behavior for resizing cells to fit contents. Ignores covered cells, does shrink size, does not include headers.

    NoShrinkSize

    Do not shrink size of cells.

    ResizeCoveredCells

    Include covered cells for resizing cells. When using this mode, only the last row or column of a covered range is resized.

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