Version

MinimumSize Property (ControlLayoutItem)

Returns or sets the minimum size of the Control
Syntax
'Declaration
 
Public Property MinimumSize As Size
public Size MinimumSize {get; set;}
Remarks

The MinimumSize is used by a Infragistics.Win.Layout.LayoutManagerBase derived layout manager when determining how the layout should be arranged and indicates the minimum size that the control can allow. If the property has not been set, the value returned will be 0, 0 or if the control implements Infragistics.Win.Layout.ILayoutItem, it will be the return value from the control's Infragistics.Win.Layout.ILayoutItem.MinimumSize.

Note: Not all layout managers change the size of the controls whose layout it manages and therefore this property may not affect the layout.

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