'Declaration Public Enum UltraListViewStates Inherits System.Enum
public enum UltraListViewStates : System.Enum
Member | Description |
---|---|
HasCheckboxes | The System.Windows.Forms.View property is set to 'List' or 'Details', and the UltraListViewListSettingsBase.CheckBoxStyle is set to a value other than 'None'. |
ItemActive | There exists a non-null UltraListView.ActiveItem. |
ItemInEditMode | An item is currently in edit mode. |
LassoSelectionInProgress | The user is currently dragging a selection lasso. |
NeedsHorizontalScrollbar | A horizontal scrollbar is required to be able to view all items. |
NeedsVerticalScrollbar | A vertical scrollbar is required to be able to view all items. |
None | The control is currently not in any of the defined states. |
SupportsExtendedSelection | The UltraListViewItemSettings.SelectionType property resolves to 'Extended'. |
SupportsHorizontalItemNavigation | The 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. |
SupportsSelection | The UltraListViewItemSettings.SelectionType property resolves to a value other than 'None'. |
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