Hello, I am trying to figure out which portion of a Canvas is in view (as in the scrolled to location), then figure out if one of it's children is in that area. In other words, I want to find out if a child object is in view, and if not, scroll the Canvas until it is. I was looking over the Canvas methods in the docs, but nothing jumps out at me. What's the standard practice for this?
Thanks! ~Aaron