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. |