What's a good command name for "scroll to make this item visible"?

I’m expanding the scripting dictionary for my app (iClip) and like to add a command that makes an object visible in a scrollable container.

How shall I define that command? E.g, how do other apps do it?

E.g, I could do this:

tell theObject to scroll into view

or

tell theObject to reveal

I actually like the “reveal” command as it’s similar to what the Finder does to show a file in a window.

Any other suggestions?

I like “reveal” or “reveal element.”