menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridResizeToFitOptions - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridResizeToFitOptions

    Specifies options for a ResizeColumnsToFit or ResizeRowsToFit method call.

    The options can be combined.

    Inheritance
    System.Object
    GridResizeToFitOptions
    Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
    Assembly: Syncfusion.SfCellGrid.UWP.dll
    Syntax
    public sealed class GridResizeToFitOptions : Enum

    Fields

    IncludeHeaders

    Include also row or column header for resizing the cells.

    Declaration
    public const GridResizeToFitOptions IncludeHeaders
    Field Value
    Type
    GridResizeToFitOptions

    None

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

    Declaration
    public const GridResizeToFitOptions None
    Field Value
    Type
    GridResizeToFitOptions

    NoShrinkSize

    Do not shrink size of cells.

    Declaration
    public const GridResizeToFitOptions NoShrinkSize
    Field Value
    Type
    GridResizeToFitOptions

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved