Hi Irina,
your line could have save me a lot of time,thanks,it does work although i have the solution already but if i would get your solution few days ago it could save me time.anyway,there is one different between the following:
Your suggestion: var item = listBox.wItem(SelectedPage);
What i'm currently using: var item = listBox["Items"]["Item"](PagesArray[SelectedPage] - 1);
what i'm currently using just moves faster,it ScrollIntoView faster .can you please explain me why?
ho and i also couldn't find wItem under listBox object tree as well.why is that?
Thanks for your help