Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum ListViewAutoSizeColumnsMode
Fields
The column widths adjust so that the widths of all columns exactly fill the display area of the control
C#
Fill = 2
The column widths do not automatically adjust.
C#
None = 1