Is there a way to tell a ContentPane to scroll to a specific region of its contents? For instance, the IFRAME has a scrollBy(x,y) method that allows such a feature. I can't seem to find anything similar for ContentPane in the documentation.
As an example, let's say there's a large image in a ContentPane, and the ContentPane has the css style="overflow:hidden"; how could I tell the ContentPane to scroll to the right by X and down by Y?
