ListBox - Scroll to position

This may help:

document.querySelector("#controlName li.ui-state-highlight").scrollIntoView();

I was having the same issue and this got it working.

1 Like