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

ListColumnCollection クラス

ListColumn のインスタンスのコレクションを表します。
継承階層
SystemObject
  System.Collections.ObjectModelCollectionListColumn
    System.Collections.ObjectModelObservableCollectionListColumn
      GrapeCity.Windows.InputManListColumnCollection

名前空間:  GrapeCity.Windows.InputMan
アセンブリ:  GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文
public sealed class ListColumnCollection : ObservableCollection<ListColumn>

ListColumnCollection 型は下記のメンバーを公開します。

メソッド
  名前説明
Protected メソッドClearItems
項目をクリアします。
(ObservableCollectionTClearItemsをオーバーライド)
Protected メソッドInsertItem
コレクション内の指定したインデックスに ListColumn を挿入します。
(ObservableCollectionTInsertItem(Int32, T)をオーバーライド)
Protected メソッドRemoveItem
項目を削除します。
(ObservableCollectionTRemoveItem(Int32)をオーバーライド)
Protected メソッドSetItem
指定したインデックスにある ListColumn を置き換えます。
(ObservableCollectionTSetItem(Int32, T)をオーバーライド)
トップ
関連項目