hi,
I have more then 700 items in multiselect. and i want to scroll the multiselect on perticular index.
e.g.
index = 90;
multiselect.view.all.elements[index].scrollIntoView();

it is working fine for me but scrollIntoView() function also scrolling the page with scrolling of multiselect.
I am using version 0.8.1 and am not in a postition to upgrade right now.

Please look into this.
thanx in advance :)


Prashant Arora.