Available in LIB version 2016.2.525, it will be also available in the 2016 R2 SP1 release.
The "auto scroll into the view on selection" functionality does not to work as expected if the ItemsPanel is changed and a selection was previously done.
Available in LIB version 2016.1.321, it will be also available in the 2016 Q2 Release.
Can be reproduced when RadListBox is placed inside a Grid, a StackPanel with horizontal orientation or a WrapPanel. Available in LIB version 2016.1.125, it will be also available in the 2016 Q1 SP1.
Select item, populate the control with new items and do multiple selection with shift key. The selected items are with one more.
The exception is caused when running the project in debug mode.
Use case that hits the described issue: When binding another control to a shared SelectedItem property from a ViewModel causes the Item to not be updated correctly to the ListBox and the anther control.
If a dragged item is not over an existing item of the ListBox control the drop cue is not displayed. By default it should be rendered after the last item in the ListBox control. Available in the 2014 Q2 Release.
Available in the 2016 Q1 Release.
Available in LIB version 2015.3.1019, it will be also available in the 2015 Q3 SP1. Fix provided by the new IsScrollIntoViewEnabled property.
Using an attached property to populate the SelectedItems of the control initially selects only the first item. A sample project (ListBoxSelectedItems - Example) of the used approach can be found in this blog post: http://blogs.telerik.com/xamlteam/posts/13-01-14/extending-the-functionality-of-radcontrols-with-attached-properties
Implement IsSynchronizedWithCurrentItem property in order to disconnect the connection with CollectionViewSource.
The SelectionMode must be Multiple.