Is it possible to scroll into specific repeater container with known index ?

I tried :

$w('#repeaterContainer'[5]).scrollTo();

not work, also

$w('#repeaterContainer')[5].scrollTo();

not work, how to properly doing this ?