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: 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: 07 Jun 2018 06:33 by ADMIN
Unplanned
Last Updated: 04 Jan 2017 07:14 by ADMIN
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
Unplanned
Last Updated: 07 Dec 2018 13:53 by ADMIN
Created by: Stefan
Comments: 0
Category: ListBox
Type: Feature Request
2
 
Completed
Last Updated: 01 Jul 2024 11:22 by ADMIN
Release 2024.2.701 (Preview)
The LinearDropVisual element is not displayed below the last item in a drag-drop scenario when ScrollViewer.CanContentScroll is set to False.
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
Completed
Last Updated: 05 Sep 2017 06:06 by ADMIN
Available in R3 2017 Official Release Version.
Unplanned
Last Updated: 15 Feb 2017 15:13 by ADMIN
A workaround is to use the SelectedItem of the control and get the value of the needed property of the item.
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.
Unplanned
Last Updated: 15 Jul 2024 10:08 by Stenly
Currently, when a RadListBoxItem container is selected it will be highlighted and scrolled to, which causes the ScrollViewer to "auto-scroll". We could add option to enable/disable this scrolling behavior.
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.
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.