Page 1 of 1

Cannot properly scroll ListView/ListBox using keyboard

Posted: 10 Nov 2017, 08:49
by nikobarli
Suppose I am showing 100 items inside a ListBox, and the currently visible items are item 0 to item 10.

Now I click and select one of the visible item, and use down arrow key to move the selection down. I can move the selection until tle last visible item, item 10, but can not move further down and the ListBox/ListView is not scrolling as expected.
ListBoxNotScrollingWithKeyboard.PNG
ListBoxNotScrollingWithKeyboard.PNG (17.42 KiB) Viewed 2286 times
In the above figure, I cannot scroll down / move the selection down further after I reached the item "Acquisition Context Description".

Re: Cannot properly scroll ListView/ListBox using keyboard

Posted: 10 Nov 2017, 20:01
by sfernandez
This is clearly a bug, I was able to reproduce it.
Could you please report it in our bugtracker?

Re: Cannot properly scroll ListView/ListBox using keyboard

Posted: 13 Nov 2017, 02:37
by nikobarli

Re: Cannot properly scroll ListView/ListBox using keyboard

Posted: 16 Nov 2017, 11:23
by jsantos
Thanks a lot!

Re: Cannot properly scroll ListView/ListBox using keyboard

Posted: 20 Mar 2018, 12:09
by XaeroDegreaz
Has this been resolved in any releases since 2.1.0b4?

Re: Cannot properly scroll ListView/ListBox using keyboard

Posted: 20 Mar 2018, 16:51
by sfernandez
Yes, with latest version 2.1.0f1 you should be able to move through the list using Up and Down arrow keys (Right and Left for horizontal layouts).