C# Class DvachBrowser.Views.PostListView

Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: vortexwolf/2ch-Browser-WP7 Class Usage Examples

Méthodes publiques

Méthode Description
PostListView ( ) : System.Diagnostics
ScrollToBottom ( ) : void
ScrollToTop ( ) : void
ScrollWithLayoutUpdate ( object item ) : void

Private Methods

Méthode Description
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

Method Details

PostListView() public méthode

public PostListView ( ) : System.Diagnostics
Résultat System.Diagnostics

ScrollToBottom() public méthode

public ScrollToBottom ( ) : void
Résultat void

ScrollToTop() public méthode

public ScrollToTop ( ) : void
Résultat void

ScrollWithLayoutUpdate() public méthode

public ScrollWithLayoutUpdate ( object item ) : void
item object
Résultat void