Version

ColumnResizingUIAction Enumeration

Constants which identify the user interface action which triggered a firing of the UltraListView.ColumnResizing event.
Syntax
'Declaration
 
Public Enum ColumnResizingUIAction 
   Inherits System.Enum
public enum ColumnResizingUIAction : System.Enum 
Members
MemberDescription
AdjustableAreaDoubleClickThe adjustable area of the column header element (i.e., the right edge) was double-clicked by the end user, resulting in a PerformAutoResize operation. Note that this only happens when the column's AutoResizeMode property resolves to a value other than 'None'.
AdjustableAreaDragThe adjustable area of the column header element (i.e., the right edge) was dragged by the end user, resulting in a change in the width of the column.
NoneThe resizing action was triggered programmatically, i.e., was not caused by user interaction.
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