C# 클래스 Microsoft.Phone.Controls.LongListSelectorExtensions

Provides helper methods to work with LongListSelector.
파일 보기 프로젝트 열기: Kinnara/WPToolkit 1 사용 예제들

공개 메소드들

메소드 설명
GetItemsInViewPort ( this list, IList items ) : void

Gets the items that are currently in the viewport of a T:LongListSelector and adds them into a list of weak references.

비공개 메소드들

메소드 설명
AddVisibileContainers ( LongListSelector list, System.Windows.Controls.Canvas itemsPanel, FrameworkElement>.List items, bool selectContent ) : void

Retrieves the visible containers in a LongListSelector and adds them to items.

메소드 상세

GetItemsInViewPort() 공개 정적인 메소드

Gets the items that are currently in the viewport of a T:LongListSelector and adds them into a list of weak references.
public static GetItemsInViewPort ( this list, IList items ) : void
list this /// The LongListSelector instance to search on. ///
items IList /// The list of weak references where the items in /// the viewport will be added. ///
리턴 void