Enum AutoSizeCalculationMode
Defines the constants that specify the mode to measure the width cell based on its content.
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public enum AutoSizeCalculationMode
Fields
Name | Description |
---|---|
Default | Specifies that the cell size is calculated by calculating and comparing the size of the text in a cell. |
SmartFit | Specifies that the cell size is calculated by calculating the string width of the longest string (maximum length) in a column. |