C# Class P02Project.Screens.ScrollableView

Interaction logic for ScrollableView.xaml
Inheritance: System.Windows.Controls.UserControl, Animatiable
ファイルを表示 Open project: raouldc/OptiDev

Public Methods

Method Description
AnimateIn ( ) : void
AnimateOut ( ) : void
ScrollableView ( string pageType ) : System.Collections.Generic

Private Methods

Method 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 method

public AnimateIn ( ) : void
return void

AnimateOut() public method

public AnimateOut ( ) : void
return void

ScrollableView() public method

public ScrollableView ( string pageType ) : System.Collections.Generic
pageType string
return System.Collections.Generic