Hi again,
So I have a gridview working nicely with key events to move the current item highlight around the grid. Now I want to have a mode where the currently selected item is moved to another place in the grid based on these key events. This works nicely as well until the view needs to scroll off screen items into view when necessary.
I use :
preferredHighlightBegin:236
preferredHighlightEnd: 472
highlightRangeMode: GridView.ApplyRange
in my view and when I am moving the highlight component with the arrow keys the off screen items come into view as necessary. When I switch to moving the currentItem to another location in the grid with the arrow keys the grid does not bring off screen items into view when necessary. Any ideas?
↧