I want to scroll to next item in list on the button click event and not through navigation keys.
In short, following functionality must processed:
focus moves to next item in the list (onDownButtonPressed)
focus moves to previous item in the list (onUpButtonPressed)
If page support max five entries, how to update the list with six item and 1st element in the list must be removed
please do share your suggestions.
↧