This issue applies to ListView and TreeView.
Steps to reproduce:
1. run HelloListView or HelloTreeView
2. select the first item
3. press CTRL-PAGE_DOWN -> focus moves on the last fully visible item on the first page
4. press CTRL-PAGE_DOWN again -> focus does not move on the last fully visible item on the second page as expected
Similarly, if you select the last item and press CTRL-PAGE_UP twice, focus will stay on the first fully visible item on the last page.
Steps to reproduce:
1. run HelloListView or HelloTreeView
2. select the first item
3. press CTRL-PAGE_DOWN -> focus moves on the last fully visible item on the first page
4. press CTRL-PAGE_DOWN again -> focus does not move on the last fully visible item on the second page as expected
Similarly, if you select the last item and press CTRL-PAGE_UP twice, focus will stay on the first fully visible item on the last page.