C# 클래스 DvachBrowser.Views.PostListView

상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: vortexwolf/2ch-Browser-WP7 1 사용 예제들

공개 메소드들

메소드 설명
PostListView ( ) : System.Diagnostics
ScrollToBottom ( ) : void
ScrollToTop ( ) : void
ScrollWithLayoutUpdate ( object item ) : void

비공개 메소드들

메소드 설명
OnBorderManipulationStarted ( object sender, System e ) : void

This method is called before MouseUp and before Tap.

OnBorderMouseLeftButtonUp ( object sender, System e ) : void

This method is called before Tap. It is not called if users clicked on links in RichTextBox.

OnBorderTap ( object sender, System e ) : void

메소드 상세

PostListView() 공개 메소드

public PostListView ( ) : System.Diagnostics
리턴 System.Diagnostics

ScrollToBottom() 공개 메소드

public ScrollToBottom ( ) : void
리턴 void

ScrollToTop() 공개 메소드

public ScrollToTop ( ) : void
리턴 void

ScrollWithLayoutUpdate() 공개 메소드

public ScrollWithLayoutUpdate ( object item ) : void
item object
리턴 void