'Declaration Public Enum DataRecordSizingMode Inherits System.Enum
public enum DataRecordSizingMode : System.Enum
Member | Description |
---|---|
Default | Default |
Fixed | All DataRecords are the same size and cannot be resized. |
IndividuallySizable | All DataRecords are initialized to the same size but can be resized individually. |
SizableSynchronized | All DataRecords are initialized to the same size, and when any one is resized all other records are sized to match. |
SizedToContentAndFixed | All DataRecords are the sized to their content and cannot be resized. |
SizedToContentAndIndividuallySizable | All DataRecords are initialized to the size of their content, but can be resized individually. |
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