ListView.ScaleControl Method

This member overrides Control.ScaleControl(SizeF, BoundsSpecified).

Namespace:  System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

Syntax

'Declaration
Protected Overrides Sub ScaleControl ( _
    factor As SizeF, _
    specified As BoundsSpecified _
)
'Usage
Dim factor As SizeF 
Dim specified As BoundsSpecified 

Me.ScaleControl(factor, specified)
protected override void ScaleControl(
    SizeF factor,
    BoundsSpecified specified
)
protected:
virtual void ScaleControl(
    SizeF factor, 
    BoundsSpecified specified
) override
protected override function ScaleControl(
    factor : SizeF, 
    specified : BoundsSpecified
)

Parameters

Platforms

Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Compact Framework

Supported in: 3.5, 2.0

See Also

Reference

ListView Class

ListView Members

System.Windows.Forms Namespace