'宣言 Public MustInherit Class RecyclingItemsControl Inherits System.Windows.Controls.ItemsControl
public abstract class RecyclingItemsControl : System.Windows.Controls.ItemsControl
注: ItemControl の ItemContainerGenerator の代わりにこの RecyclingItemContainerGenerator を使用すると、派生クラスは独自のナビゲーション ロジックを実装することが必要となります。この RecyclingItemContainerGenerator は、Items コレクションでのグループ化もサポートしません。