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.
Unplanned
Last Updated: 11 Aug 2016 14:04 by ADMIN
ListBoxItem disappears when the item is dropped in the RadGridView
Unplanned
Last Updated: 11 Aug 2016 14:04 by ADMIN
ListBoxItem is going to the last position when dragged and dropped in to the SCrollViewer.
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: 08 Mar 2018 09:04 by ADMIN
When the ItemsPanel of the RadListBox is RadWrapPanel and the user press Down/Up key the RadListBox selects always the next/previous item instead of the corresponding item on the next/previous row.
Unplanned
Last Updated: 03 Jan 2017 21:18 by ADMIN
Unplanned
Last Updated: 03 Jan 2017 20:59 by ADMIN
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.
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: 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
ADMIN
Created by: Alek
Comments: 0
Category: ListBox
Type: Feature Request
2
Currently the scrolling is not behaving as expected.
Won't Fix
Last Updated: 15 Jan 2016 15:59 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: 21 Mar 2016 19:08 by ADMIN
Unplanned
Last Updated: 04 Jan 2017 07:34 by Alex
Currently only the "Up" and "Down" keyboard keys perform navigation. It would be useful if the "Left" and "Right"keys are also used for navigation.

The navigation should be as follows:
- Left goes left
- Right goes right
- Up goes up
- Down does down
Completed
Last Updated: 17 Oct 2016 15:00 by Ron Frick
Unplanned
Last Updated: 04 Jan 2017 07:14 by ADMIN
Unplanned
Last Updated: 25 May 2017 14:24 by Alan
It would be great to have ScrollPositionIndicatorTemplate for RadListBox, similar to RadGridView (see RadGridView's implementation here http://docs.telerik.com/devtools/wpf/controls/radgridview/features/scrolling).

Introduce a feature where a scroll position indicator is displayed when the deferred scrolling is enabled (ScrollViewer.IsDeferredScrollingEnabled=True). The scroll indicator is a small tooltip displayed next to the scrollbar and displaying information about the potential item that should be displayed at the top of the viewport. 

This is the same as in RadGridView's ScrollPositionIndicator. You can check this in the following help article: (http://docs.telerik.com/devtools/wpf/controls/radgridview/features/scrolling#scrollpositionindicator). See also the attached video.