Browse Source

Don't make SelectingItemsControl focusable for now.

pull/58/head
Steven Kirk 11 years ago
parent
commit
d6d7de662c
  1. 2
      Perspex.Controls/Primitives/SelectingItemsControl.cs

2
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;

Loading…
Cancel
Save