From 86fedfa945ada920fade2663e8f30123f3e4a099 Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Tue, 4 Aug 2015 00:44:14 +0200 Subject: [PATCH] Make ListBoxItem focusable thus selectable. --- Perspex.Controls/ListBoxItem.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Perspex.Controls/ListBoxItem.cs b/Perspex.Controls/ListBoxItem.cs index 8cb00c18f4..0e017c442b 100644 --- a/Perspex.Controls/ListBoxItem.cs +++ b/Perspex.Controls/ListBoxItem.cs @@ -25,6 +25,7 @@ namespace Perspex.Controls static ListBoxItem() { SelectableMixin.Attach(IsSelectedProperty); + FocusableProperty.OverrideDefaultValue(true); } ///