WPF

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

    Show / Hide Table of Contents

    Enum AutoFitMode

    Defines the constants that specify the mode to measure the width and height of the cell based on its content.

    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public enum AutoFitMode

    Fields

    Name Description
    Default

    The cell size is calculated by calculating and comparing the size of each cell.

    SmartFit

    The cell size is calculated by longest string of the cell content.

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