메소드 | 설명 | |
---|---|---|
NavMenuListView ( ) : System | ||
SetSelectedItem ( |
Mark the item as selected and ensures everything else is not. If the item is null then everything is unselected.
|
메소드 | 설명 | |
---|---|---|
OnApplyTemplate ( ) : void | ||
OnKeyDown ( |
Custom keyboarding logic to enable movement via the arrow keys without triggering selection until a 'Space' or 'Enter' key is pressed.
|
메소드 | 설명 | |
---|---|---|
InvokeItem ( object focusedItem ) : void | ||
ItemClickedHandler ( object sender, |
||
OnPaneToggled ( ) : void |
Re-size the ListView's Panel when the SplitView is compact so the items will fit within the visible space and correctly display a keyboard focus rect.
|
|
TryMoveFocus ( FocusNavigationDirection direction ) : void |
This method is a work-around until the bug in FocusManager.TryMoveFocus is fixed.
|
protected OnKeyDown ( |
||
e | ||
리턴 | void |
public SetSelectedItem ( |
||
item | ||
리턴 | void |