From d6d7de662c3c18dec6351a9dba4d7a58ce895ec7 Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Wed, 6 May 2015 00:35:12 +0200 Subject: [PATCH] Don't make SelectingItemsControl focusable for now. --- Perspex.Controls/Primitives/SelectingItemsControl.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Perspex.Controls/Primitives/SelectingItemsControl.cs b/Perspex.Controls/Primitives/SelectingItemsControl.cs index a70082cae4..aab65f82a0 100644 --- a/Perspex.Controls/Primitives/SelectingItemsControl.cs +++ b/Perspex.Controls/Primitives/SelectingItemsControl.cs @@ -24,8 +24,6 @@ namespace Perspex.Controls.Primitives static SelectingItemsControl() { - FocusableProperty.OverrideDefaultValue(typeof(SelectingItemsControl), true); - SelectedIndexProperty.Changed.Subscribe(x => { var control = x.Sender as SelectingItemsControl;