Version

ColumnAutoSizeMode Enumeration

Contains constants which describe how the UltraListView.MainColumn and the members of the UltraListView.SubItemColumns collection are auto-sized.
Syntax
'Declaration
 
Public Enum ColumnAutoSizeMode 
   Inherits System.Enum
public enum ColumnAutoSizeMode : System.Enum 
Members
MemberDescription
AllItemsThe values for all items displayed by the control, regardless of whether they are currently visible, are included when the width for the column is determined.
AllItemsAndHeaderThe values for all items displayed by the control, regardless of whether they are currently visible, and the header text, is included when the width for the column is determined.
DefaultThe actual value is determined at a higher level of the property resolution hierarchy.
HeaderOnly the header text is included when the width for the column is determined.
NoneAuto-sizing is not permitted.
VisibleItemsOnly the values for items which are visible in the user interface are included when the width for the column is determined.
VisibleItemsAndHeaderThe values for items which are visible in the user interface and the header text is included when the width for the column is determined.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also