C# Class Microsoft.Phone.Controls.ListPickerPage

Displays the list of items and allows single or multiple selection.
Inheritance: PhoneApplicationPage
显示文件 Open project: Kinnara/WPToolkit Class Usage Examples

Private Properties

Property Type Description
AnimationForElement System.Windows.Media.Animation.Storyboard
ClosePickerPage void
OnCancelButtonClick void
OnClosedStoryboardCompleted void
OnDoneButtonClick void
OnIsOpenChanged void
OnIsOpenChanged void
OnLoaded void
OnOrientationChanged void
OnPickerTapped void
OnUnloaded void
SetupListItems void
UpdateVisualState void

Public Methods

Method Description
ListPickerPage ( ) : System

Creates a list picker page.

Protected Methods

Method Description
OnBackKeyPress ( CancelEventArgs e ) : void

Called when the Back key is pressed.

OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void

Called when a page is no longer the active page in a frame.

OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Called when a page becomes the active page in a frame.

Private Methods

Method Description
AnimationForElement ( FrameworkElement element, int index ) : System.Windows.Media.Animation.Storyboard
ClosePickerPage ( ) : void
OnCancelButtonClick ( object sender, EventArgs e ) : void
OnClosedStoryboardCompleted ( object sender, EventArgs e ) : void
OnDoneButtonClick ( object sender, EventArgs e ) : void
OnIsOpenChanged ( ) : void
OnIsOpenChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnLoaded ( object sender, RoutedEventArgs e ) : void
OnOrientationChanged ( object sender, OrientationChangedEventArgs e ) : void
OnPickerTapped ( object sender, System e ) : void
OnUnloaded ( object sender, RoutedEventArgs e ) : void
SetupListItems ( double degree ) : void
UpdateVisualState ( bool useTransitions ) : void

Method Details

ListPickerPage() public method

Creates a list picker page.
public ListPickerPage ( ) : System
return System

OnBackKeyPress() protected method

Called when the Back key is pressed.
protected OnBackKeyPress ( CancelEventArgs e ) : void
e CancelEventArgs Event arguments.
return void

OnNavigatedFrom() protected method

Called when a page is no longer the active page in a frame.
protected OnNavigatedFrom ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs An object that contains the event data.
return void

OnNavigatedTo() protected method

Called when a page becomes the active page in a frame.
protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs An object that contains the event data.
return void