|
|
@ -104,6 +104,8 @@ namespace Perspex.Controls.Primitives |
|
|
case Key.Right: |
|
|
case Key.Right: |
|
|
this.MoveSelection(FocusNavigationDirection.Right); |
|
|
this.MoveSelection(FocusNavigationDirection.Right); |
|
|
break; |
|
|
break; |
|
|
|
|
|
default: |
|
|
|
|
|
return; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
var selected = this.SelectedItem; |
|
|
var selected = this.SelectedItem; |
|
|
|