LayoutManager.minimumLayoutSize

LayoutManager.minimumLayoutSize

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract Dimension minimumLayoutSize( Container parent )
Parameters
parent
the component to be laid out
Description
Calculates the minimum size dimensions for the specified panel given the components in the specified parent container.

See Also
preferredLayoutSize


Send feedback to MSDN.Look here for MSDN Online resources.