FlexGrid for UWP/WinRT
AutoSizeFixedRows(Int32,Int32,Double,Boolean) メソッド

サイズ変更する最初の行のインデックス。
サイズ変更する最後の行のインデックス。
行に追加する付加部分の高さ(ピクセル単位)。
現在表示されていないセルを含むすべてのセルを測定するかどうか。
固定行の範囲をコンテンツに合わせてサイズ変更します。
構文
'宣言
 
Public Overloads Sub AutoSizeFixedRows( _
   ByVal startRow As System.Integer, _
   ByVal endRow As System.Integer, _
   ByVal extra As System.Double, _
   ByVal allCells As System.Boolean _
) 
public void AutoSizeFixedRows( 
   System.int startRow,
   System.int endRow,
   System.double extra,
   System.bool allCells
)

パラメータ

startRow
サイズ変更する最初の行のインデックス。
endRow
サイズ変更する最後の行のインデックス。
extra
行に追加する付加部分の高さ(ピクセル単位)。
allCells
現在表示されていないセルを含むすべてのセルを測定するかどうか。
解説
allCells パラメータを true に設定すると、現在表示されていない行と列を含むグリッドコンテンツ全体のセル要素を作成して測定します。グリッドに大量のデータが含まれる場合、このオプションは非常に時間がかかることがあります。
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

参照

関連項目

C1FlexGrid クラス
C1FlexGrid メンバ
オーバーロード一覧

Send Feedback