System.perspective.navigate offset

I am currently using system.perspective.navigate(url...) to scroll to a specific instance within my flex repeater. The scroll works, but because I have a docked view it overshoots the instance, and the user cannot see the full instance. I've attempted using scrollTo instead with some sort of offset but I cannot get it to connect to the domId I set-up on my embedded view and thus the scrolling feature does not work.

my domId is set as a String to register the value I am passing through to name each instance.

What if you check this example?

You shouldn't need to set domIds for eauc of your flex repeater views since you can use the index each is given already (this is taken care of by my view already)