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

GcListBoxSelectedIndex プロパティ

選択されている項目の表示インデックスを取得または設定します。これは依存関係プロパティです。

名前空間:  GrapeCity.Windows.InputMan
アセンブリ:  GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文
public int SelectedIndex { get; set; }

プロパティ値

型: Int32
選択されている項目の表示インデックス。既定値は -1 です。
例外
例外条件
ArgumentOutOfRangeException 選択されているインデックスが -1 より小さいか、Items の数を超えています。
関連項目