diff --git a/Perspex.Controls/Primitives/SelectingItemsControl.cs b/Perspex.Controls/Primitives/SelectingItemsControl.cs index 30c899d626..c7a5bdbe8d 100644 --- a/Perspex.Controls/Primitives/SelectingItemsControl.cs +++ b/Perspex.Controls/Primitives/SelectingItemsControl.cs @@ -104,6 +104,8 @@ namespace Perspex.Controls.Primitives case Key.Right: this.MoveSelection(FocusNavigationDirection.Right); break; + default: + return; } var selected = this.SelectedItem;