C# 클래스 P02Project.Screens.CustomListView

상속: SurfaceScrollViewer
파일 보기 프로젝트 열기: raouldc/OptiDev

공개 메소드들

메소드 설명
CustomListView ( ) : System.Windows

Initailize a new instance of a custom list view

addContent ( PoloroidWithText pol ) : void

add new polaroids to the stackpanel

비공개 메소드들

메소드 설명
CustomListView_ScrollChanged ( object sender, System.Windows.Controls.ScrollChangedEventArgs e ) : void

메소드 상세

CustomListView() 공개 메소드

Initailize a new instance of a custom list view
public CustomListView ( ) : System.Windows
리턴 System.Windows

addContent() 공개 메소드

add new polaroids to the stackpanel
public addContent ( PoloroidWithText pol ) : void
pol PoloroidWithText
리턴 void