--- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote: > > All children are sized and positioned by their parent based on explicit > or measured width/height. Images are extra tough because their size > isn't known at first measure since the bits aren't fully loaded yet. > Personally, I would just adjust its position when the "complete' event > fires, but I also would expect the Container to handle this > automatically. However, I've recommended you use Canvas so then you > will have to position manually. If you decide to stick with boxes, we > can look into this in more detail.
All I'd be positioning manually inside the canvas would be the image control itself, which doesn't help. The image is sliding all over the place within the image control as different images are loaded. Some at the top, some at the bottom, some at the left, some in the center, etc. Thanks.

