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

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

パラメータ

row
サイズ変更する行のインデックス。
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