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.