Hi, I have 2 components, vbox, and image. What I want to achieve is to overlap the image on the right corner of the vbox, w/ the image "always on top of" vbox. In another words, the z-order of the image should be higher(?) than the vbox, so the image appears on the front of the vbox.
Is there a way to accomplish the above? Or my approach is not really the right approach... there's a better/smarter way to achieve this? Thanks, Hong

