FlexGrid for UWP/WinRT
AutoSizeColumn メソッド (GridPanel)

サイズ変更する列のインデックス。
列に追加する付加部分の幅(ピクセル単位)。
すべてのセルと表示されているセルのみのどちらを測定するか。
表示されているコンテンツに合わせて、1つの列をサイズ変更します。
構文
'宣言
 
Public Function AutoSizeColumn( _
   ByVal col As System.Integer, _
   ByVal extra As System.Double, _
   ByVal allCells As System.Boolean _
) As System.Double
public System.double AutoSizeColumn( 
   System.int col,
   System.double extra,
   System.bool allCells
)

パラメータ

col
サイズ変更する列のインデックス。
extra
列に追加する付加部分の幅(ピクセル単位)。
allCells
すべてのセルと表示されているセルのみのどちらを測定するか。

戻り値の型

新しい列の幅(ピクセル単位)。
Requirements

Target Platforms: 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

参照

関連項目

GridPanel クラス
GridPanel メンバ

Send Feedback