I am trying to achieve a menu list with scroll up / down buttons.
The issue I am having is that when the scroll buttons are clicked, the focus is taken
from the selected menu item and given to the scroll button that was clicked,
while I want the menu item that was selected to retain focus.
I can save the previously selected menu item and re-select it, but this causes the select event
and thus the select animation to fire again, which is not ideal.
So I was wondering if it is possible to stop the select event from firing on the selected
item, but not propagate to the event system?