Class AutoFitMode
Defines the AutoFit mode for SfListView.
Inheritance
System.Object
AutoFitMode
Namespace: Syncfusion.WinForms.ListView.Enums
Assembly: Syncfusion.SfListView.WinForms.dll
Syntax
public sealed class AutoFitMode : Enum
Fields
Height
AutoFit the item based on its content and when layout, consider the height of the item.
Declaration
public const AutoFitMode Height
Field Value
| Type |
|---|
| AutoFitMode |
None
Consider the value of ItemHeight and layout the items.
Declaration
public const AutoFitMode None
Field Value
| Type |
|---|
| AutoFitMode |