Method | Description | |
---|---|---|
GetItemsInViewPort ( this list, IList |
Gets the items that are currently in the viewport of a T:LongListSelector and adds them into a list of weak references.
|
Method | Description | |
---|---|---|
AddVisibileContainers ( |
Retrieves the visible containers in a LongListSelector and adds them to items.
|
public static GetItemsInViewPort ( this list, IList |
||
list | this | /// The LongListSelector instance to search on. /// |
items | IList |
/// The list of weak references where the items in /// the viewport will be added. /// |
return | void |