バージョン

ActiveItemContainerGenerator プロパティ (RecyclingItemsPanel)

項目ジェネレーターの有効な項目を返します (読み取り専用)。
シンタックス
'宣言
 
Public ReadOnly Property ActiveItemContainerGenerator As IItemContainerGenerator
public IItemContainerGenerator ActiveItemContainerGenerator {get;}

プロパティ値

ItemContainerGenerationModeResolved プロパティが 'Recycle' を返す場合、これは RecyclingItemsControlRecyclingItemContainerGenerator を返します。そうでない場合は、基本 ItemsControl の ItemContainerGenerator を返します。
参照