Version

DefaultAutoArrangeMaxRows Property (ViewBase)

Returns the default maximum number of rows of cells to auto-generate in the field layout templates.
Syntax
'Declaration
 
Protected Friend Overridable ReadOnly Property DefaultAutoArrangeMaxRows As Integer
protected internal virtual int DefaultAutoArrangeMaxRows {get;}
Remarks
The base implementation returns 0 which causes as many rows as necessary to be generated.
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