C# Class P02Project.Screens.ScrollableView

Interaction logic for ScrollableView.xaml
Inheritance: System.Windows.Controls.UserControl, Animatiable
Afficher le fichier Open project: raouldc/OptiDev

Méthodes publiques

Méthode Description
AnimateIn ( ) : void
AnimateOut ( ) : void
ScrollableView ( string pageType ) : System.Collections.Generic

Private Methods

Méthode Description
UserControl_Loaded ( object sender, RoutedEventArgs e ) : void
addPoloroidtoList ( PoloroidWithText pol ) : void

add poloroids to the stackpanel

left_Clicked ( object sender, RoutedEventArgs e ) : void

left click button handler

listView_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
resizeAllUnusedElements ( int prevSelectedIndex, int currentSelectedIndex ) : void

resizes elements as you switch between polaroids. unused so far. implementation not fully correct

right_clicked ( object sender, RoutedEventArgs e ) : void

right click button handler

Method Details

AnimateIn() public méthode

public AnimateIn ( ) : void
Résultat void

AnimateOut() public méthode

public AnimateOut ( ) : void
Résultat void

ScrollableView() public méthode

public ScrollableView ( string pageType ) : System.Collections.Generic
pageType string
Résultat System.Collections.Generic