Version

CalculatePreferredSize Method (UltraFlowLayoutManager)

Returns the preferred size required to layout the items in the System.Windows.Forms.ContainerControl given the specified extent as the point at which the items should wrap to the next line.
Syntax
'Declaration
 
Public Function CalculatePreferredSize( _
   ByVal maximumExtent As Integer _
) As Size
public Size CalculatePreferredSize( 
   int maximumExtent
)

Parameters

maximumExtent
The maximum width (when the Orientation is Horizontal) or height (when the Orientation is Vertical) that the items should be arranged within before they are considered to wrap to the next row.
Requirements

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

See Also