Completed
Last Updated: 05 Sep 2017 06:08 by ADMIN
As a workaround, the ScrollingSettingsBehavior.ScrollStep attached property of the RadListBox control can be set to a value equal to that of the Height of the RadListBoxItems.

Available in R3 2017 Official Release Version.
Completed
Last Updated: 05 Sep 2017 06:06 by ADMIN
Available in R3 2017 Official Release Version.
Completed
Last Updated: 27 Feb 2017 08:28 by ADMIN
ADMIN
Created by: Nasko
Comments: 0
Category: ListBox
Type: Bug Report
1
Available in the R1 2017 SP1 Release.
Completed
Last Updated: 23 Jan 2017 06:57 by ADMIN
When the ItemsSource of the control is changed to a new collection the old selected items are cached and if a collection containing the old selected items source is set as ItemsSource the cached items are restored.

Make it possible to disabled this functionality per control.

Available in the 2017 R1 Release (2017.1.117).
Completed
Last Updated: 25 Oct 2016 13:58 by ADMIN
Available with the R3 2016 SP1 release. 
Completed
Last Updated: 17 Oct 2016 15:00 by Ron Frick
Completed
Last Updated: 17 Oct 2016 14:57 by ADMIN
When the ItemsPanel is set to VirtualizingStackPanel which Orientation is set to Horizontal, selecting an item moves it to the rightmost position.

Available in LIB version 2016.3.1017, it will be also available in the 2016 R3 SP1 release. 
Completed
Last Updated: 11 Aug 2016 14:04 by ADMIN
Add SelectedItemsSource property which can be bound to a collection in the view model. In this case when the RadListBox is in Multiple/Extender mode, the selection can be manipulate from the ViewModel.
Completed
Last Updated: 25 May 2016 14:44 by ADMIN
For example if there are the following items: "Item", "Item 2", "Item 3"
when the RadListBox has the focus typing "Item 2" does not highlight the corresponding item in the ListBiox control.

Available in LIB version 2016.2.525, it will be also available in the 2016 R2 SP1 release.
Completed
Last Updated: 25 May 2016 14:43 by ADMIN
Available in LIB version 2016.2.525, it will be also available in the 2016 R2 SP1 release.
Completed
Last Updated: 28 Apr 2016 15:26 by ADMIN
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.
Completed
Last Updated: 21 Mar 2016 19:08 by ADMIN
Completed
Last Updated: 26 Jan 2016 13:53 by ADMIN
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.
Completed
Last Updated: 15 Jan 2016 16:56 by ADMIN
Completed
Last Updated: 15 Jan 2016 15:56 by ADMIN
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.
Completed
Last Updated: 14 Jan 2016 14:25 by ADMIN
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.
Completed
Last Updated: 13 Jan 2016 15:14 by ADMIN
Available in the 2016 Q1 Release.
Completed
Last Updated: 19 Oct 2015 13:54 by Anthony
Available in LIB version 2015.3.1019, it will be also available in the 2015 Q3 SP1. Fix provided by the new IsScrollIntoViewEnabled property.