Version

RecordResizingArea Enumeration

Enumeration used to identify which areas within the control may be used to resize the extent of a Record.
Syntax
'Declaration
 
Public Enum RecordResizingArea 
   Inherits System.Enum
public enum RecordResizingArea : System.Enum 
Members
MemberDescription
CellsOnlyThe far edge of the CellValuePresenter may be used to resize the field. One cannot resize the field using the far edge of the RecordSelector
DefaultThe default area. By default this will be resolved to CellsOnly.
RecordSelectorsAndCellsThe far edge of the RecordSelector and CellValuePresenter may be used to resize the field.
RecordSelectorsOnlyThe far edge of the RecordSelector may be used to resize the field. One cannot resize the field using the far edge of the CellValuePresenter
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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