'Declaration Public Enum ColumnResizingUIAction Inherits System.Enum
public enum ColumnResizingUIAction : System.Enum
Member | Description |
---|---|
AdjustableAreaDoubleClick | The 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'. |
AdjustableAreaDrag | The 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. |
None | The resizing action was triggered programmatically, i.e., was not caused by user interaction. |
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