This is a migrated thread and some comments may be shown as answers.

RadListBox, VirtualizingWrapPanel and keyboard navigation

5 Answers 99 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Patrick
Top achievements
Rank 2
Iron
Iron
Iron
Patrick asked on 03 Mar 2012, 07:17 AM
Hello,
I have a RadListBox and a horizontal VirtualizingWrapPanel inside it.
In this scenario, the keyboard navigation doesn't work correctly:
  • PageDown moves just one line down and one column left.
  • Ctrl+End does nothing, as well as Ctrl+Home.
Patrick

5 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 08 Mar 2012, 09:50 AM
Hi Patrick,


Currently the PageDown/PageUp moves 10 items in the items collection, but we will consider changing this logic for the official release. The combination Ctrl+End/Home truly doesn't do anything. Could you share your thoughts what behavior do you expect?


Greetings,
George
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Patrick
Top achievements
Rank 2
Iron
Iron
Iron
answered on 08 Mar 2012, 11:05 AM
Hi George,
the best would be to have the same meaning as in the GridView control:
  • Ctrl+End moves to the last item.
  • Ctrl+Home moves to the first one.
Patrick
0
George
Telerik team
answered on 08 Mar 2012, 01:22 PM
Hi Patrick, 


This functionality is implemented but without holding the Ctrl key - the logic is copied from the default ListBox control:
  • Home moves to the first item.
  • End moves to the last item.

Hope this helps.


Regards,
George
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Patrick
Top achievements
Rank 2
Iron
Iron
Iron
answered on 08 Mar 2012, 01:30 PM
Hi George,
in the test I have, with a VirtualizingWrapPanel inside a ListBox, the End key moves perhaps the selection to the last item, but it is not scrolled into view.
In this case, it would be better to have End go to the last item of the line and Ctrl+End go to the last item.
Patrick
0
Georgi
Telerik team
answered on 09 Mar 2012, 10:26 AM
Hi Patrick,

RadListBox is still in beta and we are aware that there are some problems with the keyboard navigation when RadListBox is in VirtualizingWrapPanel. We are aiming for behavior similar to standard listbox. We will do your best to fix it for one of our next releases.

Regards,
Georgi
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
ListBox
Asked by
Patrick
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
George
Telerik team
Patrick
Top achievements
Rank 2
Iron
Iron
Iron
Georgi
Telerik team
Share this question
or