Version

UltraListViewStates Enumeration

Enumeration which contains constants that identify the various states of the UltraListView control.
Syntax
'Declaration
 
Public Enum UltraListViewStates 
   Inherits System.Enum
public enum UltraListViewStates : System.Enum 
Members
MemberDescription
HasCheckboxesThe System.Windows.Forms.View property is set to 'List' or 'Details', and the UltraListViewListSettingsBase.CheckBoxStyle is set to a value other than 'None'.
ItemActiveThere exists a non-null UltraListView.ActiveItem.
ItemInEditModeAn item is currently in edit mode.
LassoSelectionInProgressThe user is currently dragging a selection lasso.
NeedsHorizontalScrollbarA horizontal scrollbar is required to be able to view all items.
NeedsVerticalScrollbarA vertical scrollbar is required to be able to view all items.
NoneThe control is currently not in any of the defined states.
SupportsExtendedSelectionThe UltraListViewItemSettings.SelectionType property resolves to 'Extended'.
SupportsHorizontalItemNavigationThe control's UltraListView.View property is set to 'Icons', 'Tiles', or 'Thumbnails', or the UltraListView.View property is set to 'List' and the UltraListViewListSettings.MultiColumn property is set to true, necessitating that the control support item navigation via the left and right arrow keys.
SupportsSelectionThe UltraListViewItemSettings.SelectionType property resolves to a value other than 'None'.
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