Unplanned
Last Updated: 07 Oct 2020 09:37 by ADMIN
Introduce property to control the visibility of the drop visual when the drop is not allowed. For example, when the AllowReorder property is False and the user tries to reorder rows.
Unplanned
Last Updated: 07 Dec 2018 13:53 by ADMIN
Created by: Stefan
Comments: 0
Category: ListBox
Type: Feature Request
2
 
Unplanned
Last Updated: 11 Jun 2018 13:59 by ADMIN
SelectionChanging event could be added for preventing selection in code, just like SelectionChanging event in RadGridView and PreviewSelectionChanged in RadTreeView
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.
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.
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).
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
Unplanned
Last Updated: 04 Jan 2017 07:14 by ADMIN
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.
Unplanned
Last Updated: 03 Jan 2017 21:04 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: ListBox
Type: Feature Request
6
Add IsFocused dependency property to the RadListBoxItem of the control.
Unplanned
Last Updated: 03 Jan 2017 20:59 by ADMIN
Unplanned
Last Updated: 03 Jan 2017 20:42 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: ListBox
Type: Feature Request
7
I would like to see the visual feedback (red frame about the control and the error message inside) when the binded property has an error message in a error collection.
Unplanned
Last Updated: 03 Jan 2017 20:40 by ADMIN
Implement a public event that is triggered when selection has been made by the user interaction. This even could be useful when a custom logic should be handled when a user selection has been made in the control but not when the change has come from the ViewModel.
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.
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 Aug 2016 13:25 by ADMIN
When drag and drop and reorder are allowed dropping an item after the last item in the control  requires the drop to be exactly after the last item and there is very little space between the item and the outer border of the ListBox
Completed
Last Updated: 23 Jun 2014 08:15 by ADMIN
Implement IsSynchronizedWithCurrentItem property in order to disconnect the connection with CollectionViewSource.