クリックまたはドラッグしてリサイズ
ICellFactoryDisposeCell メソッド
関連付けられたセルが表示範囲外にスクロールされたときに、FrameworkElement を破棄します。

名前空間: C1.WPF.FlexGrid
アセンブリ: C1.WPF.FlexGrid.4 (C1.WPF.FlexGrid.4.dll 内) バージョン: 4.0.20161.507 (4.0.20161.507)
構文
void DisposeCell(
	C1FlexGrid grid,
	CellType cellType,
	FrameworkElement cell
)

パラメータ

grid
型: C1.WPF.FlexGridC1FlexGrid
セルを所有する C1FlexGrid
cellType
型: C1.WPF.FlexGridCellType
作成するセルの種類を示す CellType
cell
型: System.WindowsFrameworkElement
破棄される FrameworkElement
参照