메소드 | 설명 | |
---|---|---|
GetItemsInViewPort ( this list ) : IList |
Gets the items that are currently in the view port of an ItemsControl with a ScrollViewer.
|
|
GetItemsInViewPort ( this list, IList |
Gets the items that are currently in the view port of an ItemsControl with a ScrollViewer and adds them into a list of weak references.
|
public static GetItemsInViewPort ( this list ) : IList |
||
list | this | The ItemsControl to search on. |
리턴 | IList |
public static GetItemsInViewPort ( this list, IList |
||
list | this | /// The items control to search on. /// |
items | IList |
/// The list of weak references where the items in /// the view port will be added. /// |
리턴 | void |