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.
Completed
Last Updated: 25 Oct 2016 13:58 by ADMIN
Available with the R3 2016 SP1 release. 
Unplanned
Last Updated: 17 Nov 2017 13:17 by ADMIN
Currently , RadListBox does not take into account the value of the attached property KeyboardNavigation.DirectionalNavigation.
Users need to set DirectionalNavigation to Continue  / Cycle / Contained.
Default value of this property is Continue, but RadListBox acts like Contained and disregards the attached property.
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.
Unplanned
Last Updated: 03 Aug 2016 13:25 by ADMIN
When RadListBox is in a ScrollViewer and its own ScrollViewer is removed, it uses the external ScrollViewer for calculating DropVisualPlaceHolder position.
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.
Unplanned
Last Updated: 03 Aug 2016 13:28 by Igor Mendizabal
I have a custom ListBox that inherits from RadListBox control which uses a VirtualizingWrapPanel as its ItemTemplate.
I am trying to use BringIndexIntoViewPublic method to bring a certain ítem that is still not created into view, but it does not work. I also try to use ScrollIntoView of the RadListBox, and is also not working.
Completed
Last Updated: 17 Oct 2016 15:00 by Ron Frick
Won't Fix
Last Updated: 15 Jan 2016 17:15 by ADMIN
Select item,  populate the control with new items and do multiple selection with shift key. The selected items are with one more.
Unplanned
Last Updated: 03 Aug 2016 13:26 by ADMIN
Add AlternationCount, AlternateBackground and ItemLoaded event just like the RadGridView ones.
Unplanned
Last Updated: 03 Jan 2017 20:59 by ADMIN
Completed
Last Updated: 23 Jun 2014 07:14 by ADMIN
Completed
Last Updated: 25 Jun 2015 15:38 by ADMIN
Won't Fix
Last Updated: 15 Jan 2016 17:10 by ADMIN
Completed
Last Updated: 26 Jan 2015 08:16 by ADMIN
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
Unplanned
Last Updated: 03 Jan 2017 21:18 by ADMIN
Unplanned
Last Updated: 03 Jan 2017 21:18 by ADMIN
ADMIN
Created by: Alek
Comments: 0
Category: ListBox
Type: Feature Request
2
Currently the scrolling is not behaving as expected.