Gets or sets the minimum view size as well as the minimum large scrolling size.
View/scrolling minimum size.
Visual Basic (Declaration) | |
---|---|
Public Property MinSize As Double |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public double MinSize {get; set;} |
Return Value
Gets or sets a double that represents the minimum large scrolling size and view size. Defaults to Double.NaN (not set).
This property sets the minimum size of a view. The unit of measurement for MinSize is determined by the MinSizeType property.
If the Axis that the scrollbar belongs to is using margins (the Axis.Margin property is set to true) then the minimum size of a view will be this property's value plus the data displayed using the margins.
This property has no effect when a view is set programmatically (i.e. when the Size, Position and SizeType properties are set using code, as opposed to the end-user zooming on data).
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family