Calculates the ideal width of the column based on the specified criteria.
Namespace:
System.Windows.Forms
Assembly:
System.Windows.Forms (in System.Windows.Forms.dll)
Visual Basic (Declaration)
Public Overridable Function GetPreferredWidth ( _
autoSizeColumnMode As DataGridViewAutoSizeColumnMode, _
fixedHeight As Boolean _
) As Integer
Dim instance As DataGridViewColumn
Dim autoSizeColumnMode As DataGridViewAutoSizeColumnMode
Dim fixedHeight As Boolean
Dim returnValue As Integer
returnValue = instance.GetPreferredWidth(autoSizeColumnMode, _
fixedHeight)
public virtual int GetPreferredWidth(
DataGridViewAutoSizeColumnMode autoSizeColumnMode,
bool fixedHeight
)
public:
virtual int GetPreferredWidth(
DataGridViewAutoSizeColumnMode autoSizeColumnMode,
bool fixedHeight
)
public function GetPreferredWidth(
autoSizeColumnMode : DataGridViewAutoSizeColumnMode,
fixedHeight : boolean
) : int
This property is used by the content-based automatic sizing feature of the DataGridView control to determine the ideal width of a column.
A fixedHeight parameter value of false calculates the column width based on calculated row heights that will achieve ideal cell height-to-width ratios. For cell contents to wrap onto multiple lines, the cell style in effect for the cell must have a WrapMode property value of True.
For more information about automatic sizing, see Sizing Options in the Windows Forms DataGridView Control.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
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.
.NET Framework
Supported in: 3.5, 3.0, 2.0
Reference