menu

WinUI

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

    Show / Hide Table of Contents

    Class AutoFitRange

    Defines the constants that specify the auto sizing range of the columns.

    Inheritance
    System.Object
    AutoFitRange
    Namespace: Syncfusion.UI.Xaml.Grids
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public sealed class AutoFitRange : Enum

    Fields

    AllRows

    Specifies that column auto-sizing considers all rows in the grid.

    Declaration
    public const AutoFitRange AllRows
    Field Value
    Type
    AutoFitRange

    VisibleRows

    Specifies that column auto-sizing considers only the visible rows in the grid

    Declaration
    public const AutoFitRange VisibleRows
    Field Value
    Type
    AutoFitRange
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved