This may help:
document.querySelector("#controlName li.ui-state-highlight").scrollIntoView();
I was having the same issue and this got it working.
This may help:
document.querySelector("#controlName li.ui-state-highlight").scrollIntoView();
I was having the same issue and this got it working.