WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum GridResizeToFitOptions - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum GridResizeToFitOptions

    Specifies options for a ResizeColumnsToFit or ResizeRowsToFit method call.

    The options can be combined.

    Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
    Assembly: Syncfusion.SfCellGrid.WPF.dll
    Syntax
    [Flags]
    public enum GridResizeToFitOptions

    Fields

    Name Description
    IncludeHeaders

    Include also row or column header for resizing the cells.

    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.

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