Is there a method to check if a container needs scrollbars possibly without adding an object to the container?
Alternatively is there a method to tell if scaled content extends past it's container?
Update:
It looks like there is a element.scrollTopMax and element.scrollLeftMax.
That might be non zero after an element is larger than the container.