C# 클래스 P02Project.Screens.ScrollableView

Interaction logic for ScrollableView.xaml
상속: System.Windows.Controls.UserControl, Animatiable
파일 보기 프로젝트 열기: raouldc/OptiDev

공개 메소드들

메소드 설명
AnimateIn ( ) : void
AnimateOut ( ) : void
ScrollableView ( string pageType ) : System.Collections.Generic

비공개 메소드들

메소드 설명
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

메소드 상세

AnimateIn() 공개 메소드

public AnimateIn ( ) : void
리턴 void

AnimateOut() 공개 메소드

public AnimateOut ( ) : void
리턴 void

ScrollableView() 공개 메소드

public ScrollableView ( string pageType ) : System.Collections.Generic
pageType string
리턴 System.Collections.Generic