バージョン

GetPreferredWidth メソッド

指定された基準に基づいた列の理想的な幅を計算します。
シンタックス
'宣言
 
Public Overrides Function GetPreferredWidth( _
   ByVal autoSizeColumnMode As DataGridViewAutoSizeColumnMode, _
   ByVal fixedHeight As Boolean _
) As Integer
public override int GetPreferredWidth( 
   DataGridViewAutoSizeColumnMode autoSizeColumnMode,
   bool fixedHeight
)

パラメータ

autoSizeColumnMode
自動サイズ設定モードを指定する値。
fixedHeight
現在の行の高さに基づいて列の幅を計算する場合はTrue。行の高さを調整しようとして幅を計算する場合はFalse。

戻り値の型

ピクセル単位の列の理想的な幅。
参照