Enum AutoFitMode
Defines the AutoFit mode for SfListView.
Namespace: Syncfusion.WinForms.ListView.Enums
Assembly: Syncfusion.SfListView.WinForms.dll
Syntax
public enum AutoFitMode
Fields
| Name | Description |
|---|---|
| Height | AutoFit the item based on its content and when layout, consider the height of the item. |
| None | Consider the value of ItemHeight and layout the items. |