Xamarin-4921: Fix Listbox.SelectedItem after adding sorted item
authorEberhard Beilharz <eb1@sil.org>
Mon, 7 May 2012 15:53:22 +0000 (17:53 +0200)
committerEberhard Beilharz <eb1@sil.org>
Mon, 21 May 2012 09:28:55 +0000 (11:28 +0200)
commit759d6501a5e2785497e034125f1508e5deea8e07
tree47ef6c7a2426c31ce4769a716c14993d3b64c41a
parent5a349bae393347c099dcc8fde2ec2b7ec1dcad6e
Xamarin-4921: Fix Listbox.SelectedItem after adding sorted item

When we add an item to a sorted listbox the indices of the selected
items change and need to be updated.

Change-Id: Ia32849fe10480354835dcd48b37d326d612af04f
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ListBox.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ListBoxTest.cs