Version

DataRecordSizingMode Enumeration

Enum associated with FieldLayoutSettings.DataRecordSizingMode property.
Syntax
'Declaration
 
Public Enum DataRecordSizingMode 
   Inherits System.Enum
public enum DataRecordSizingMode : System.Enum 
Members
MemberDescription
DefaultDefault
FixedAll DataRecords are the same size and cannot be resized.
IndividuallySizableAll DataRecords are initialized to the same size but can be resized individually.
SizableSynchronizedAll DataRecords are initialized to the same size, and when any one is resized all other records are sized to match.
SizedToContentAndFixedAll DataRecords are the sized to their content and cannot be resized.
SizedToContentAndIndividuallySizableAll DataRecords are initialized to the size of their content, but can be resized individually.
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