リサイズはクリックかドラッグ

NotifyCollectionTSetItem メソッド

指定したインデックスにある要素を置換します。

名前空間:  GrapeCity.Windows.InputMan
アセンブリ:  GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文
protected override void SetItem(
	int index,
	T item
)

パラメーター

index
型: SystemInt32
置換する要素の 0 から始まるインデックス。
item
型: T
指定したインデックスにある要素の新しい値。
例外
例外条件
InvalidOperationException コレクションがロックされています。
ArgumentOutOfRangeExceptionindex に指定された値が 0 より小さいか、Count を超えています。
ArgumentNullExceptionitem です。
関連項目