C# Class ResponsiveDemo.Controls.SplitViewNavigationListView

A custom ListView design for SplitView navigation.
Inheritance: Windows.UI.Xaml.Controls.ListView
ファイルを表示 Open project: jamesmcroft/DDDNorth-Demos

Public Methods

Method Description
SetSelectedItem ( ListViewItem item ) : void

Selects an item within the list view.

SplitViewNavigationListView ( ) : System

Protected Methods

Method Description
OnApplyTemplate ( ) : void
OnKeyDown ( KeyRoutedEventArgs e ) : void

Called on keyboard key pressed down.

Private Methods

Method Description
InvokeItem ( object focusedItem ) : void
OnItemClicked ( object sender, ItemClickEventArgs e ) : void
OnLoaded ( object o, RoutedEventArgs e ) : void
OnPaneToggled ( ) : void
TryMoveFocus ( FocusNavigationDirection direction ) : void

Method Details

OnApplyTemplate() protected method

protected OnApplyTemplate ( ) : void
return void

OnKeyDown() protected method

Called on keyboard key pressed down.
protected OnKeyDown ( KeyRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.KeyRoutedEventArgs /// The event args. ///
return void

SetSelectedItem() public method

Selects an item within the list view.
public SetSelectedItem ( ListViewItem item ) : void
item Windows.UI.Xaml.Controls.ListViewItem /// The item. ///
return void

SplitViewNavigationListView() public method

public SplitViewNavigationListView ( ) : System
return System