Property | Type | Description | |
---|---|---|---|
GenerateNext | DependencyObject | ||
GetItemContainerGeneratorForPanel | |||
IItemContainerGenerator | DependencyObject | ||
IItemContainerGenerator | IDisposable | ||
IItemContainerGenerator | |||
ItemContainerGenerator | System | ||
OnOwnerItemsItemsChanged | void | ||
PrepareItemContainer | void | ||
Recycle | void | ||
Remove | void | ||
RemoveAll | void | ||
StartAt | IDisposable |
Method | Description | |
---|---|---|
CheckOffsetAndRealized ( GeneratorPosition position, int count ) : void | ||
ContainerFromIndex ( int index ) : DependencyObject | ||
ContainerFromItem ( object item ) : DependencyObject | ||
GeneratorPositionFromIndex ( int itemIndex ) : GeneratorPosition | ||
IItemContainerGenerator ( ) : void | ||
IItemContainerGenerator ( DependencyObject container ) : void | ||
IItemContainerGenerator ( GeneratorPosition position, int count ) : void | ||
IRecyclingItemContainerGenerator ( GeneratorPosition position, int count ) : void | ||
IndexFromContainer ( DependencyObject container ) : int | ||
IndexFromGeneratorPosition ( GeneratorPosition position ) : int | ||
ItemFromContainer ( DependencyObject container ) : object | ||
MoveExistingItems ( int index, int offset ) : void |
Method | Description | |
---|---|---|
GenerateNext ( bool &isNewlyRealized ) : DependencyObject | ||
GetItemContainerGeneratorForPanel ( System.Windows.Controls.Panel panel ) : |
||
IItemContainerGenerator ( bool &isNewlyRealized ) : DependencyObject | ||
IItemContainerGenerator ( GeneratorPosition position, GeneratorDirection direction, bool allowStartAtRealizedItem ) : IDisposable | ||
IItemContainerGenerator ( System.Windows.Controls.Panel panel ) : |
||
ItemContainerGenerator ( |
||
OnOwnerItemsItemsChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void | ||
PrepareItemContainer ( DependencyObject container ) : void | ||
Recycle ( GeneratorPosition position, int count ) : void | ||
Remove ( GeneratorPosition position, int count ) : void | ||
RemoveAll ( ) : void | ||
StartAt ( GeneratorPosition position, GeneratorDirection direction, bool allowStartAtRealizedItem ) : IDisposable |
public CheckOffsetAndRealized ( GeneratorPosition position, int count ) : void | ||
position | GeneratorPosition | |
count | int | |
return | void |
public ContainerFromIndex ( int index ) : DependencyObject | ||
index | int | |
return | DependencyObject |
public ContainerFromItem ( object item ) : DependencyObject | ||
item | object | |
return | DependencyObject |
public GeneratorPositionFromIndex ( int itemIndex ) : GeneratorPosition | ||
itemIndex | int | |
return | GeneratorPosition |
public IItemContainerGenerator ( DependencyObject container ) : void | ||
container | DependencyObject | |
return | void |
public IItemContainerGenerator ( GeneratorPosition position, int count ) : void | ||
position | GeneratorPosition | |
count | int | |
return | void |
public IRecyclingItemContainerGenerator ( GeneratorPosition position, int count ) : void | ||
position | GeneratorPosition | |
count | int | |
return | void |
public IndexFromContainer ( DependencyObject container ) : int | ||
container | DependencyObject | |
return | int |
public IndexFromGeneratorPosition ( GeneratorPosition position ) : int | ||
position | GeneratorPosition | |
return | int |
public ItemFromContainer ( DependencyObject container ) : object | ||
container | DependencyObject | |
return | object |
public MoveExistingItems ( int index, int offset ) : void | ||
index | int | |
offset | int | |
return | void |