Method | Description | |
---|---|---|
ContainerFromIndex ( [ index ) : DependencyObject | ||
ContainerFromItem ( [ item ) : DependencyObject | ||
GenerateNext ( bool &isNewlyRealized ) : DependencyObject | ||
GeneratorPositionFromIndex ( [ itemIndex ) : |
||
GetItemContainerGeneratorForPanel ( [ panel ) : |
||
IndexFromContainer ( [ container ) : int | ||
IndexFromGeneratorPosition ( [ position ) : int | ||
ItemFromContainer ( [ container ) : object | ||
PrepareItemContainer ( [ container ) : void | ||
Recycle ( [ position, [ count ) : void | ||
Remove ( [ position, [ count ) : void | ||
RemoveAll ( ) : void | ||
StartAt ( [ position, [ direction, [ allowStartAtRealizedItem ) : void | ||
Stop ( ) : void |
public ContainerFromIndex ( [ index ) : DependencyObject | ||
index | [ | |
return | DependencyObject |
public ContainerFromItem ( [ item ) : DependencyObject | ||
item | [ | |
return | DependencyObject |
public GenerateNext ( bool &isNewlyRealized ) : DependencyObject | ||
isNewlyRealized | bool | |
return | DependencyObject |
public GeneratorPositionFromIndex ( [ itemIndex ) : |
||
itemIndex | [ | |
return |
public GetItemContainerGeneratorForPanel ( [ panel ) : |
||
panel | [ | |
return |
public IndexFromContainer ( [ container ) : int | ||
container | [ | |
return | int |
public IndexFromGeneratorPosition ( [ position ) : int | ||
position | [ | |
return | int |
public ItemFromContainer ( [ container ) : object | ||
container | [ | |
return | object |
public PrepareItemContainer ( [ container ) : void | ||
container | [ | |
return | void |
public Recycle ( [ position, [ count ) : void | ||
position | [ | |
count | [ | |
return | void |
public StartAt ( [ position, [ direction, [ allowStartAtRealizedItem ) : void | ||
position | [ | |
direction | [ | |
allowStartAtRealizedItem | [ | |
return | void |