Hi there I have a UIComponent that has a collection of Bitmap children. I want parts of these children to not scale when the parent container scales (i.e. scale-9 for these children). I have set scale-9 for each child instance, but they still scale when the parent.
I can simulate this scenario using a Canvas with linkbuttons as children, where the linkbutton icon is the bitmap that shouldn't scale. I could do it this way, but I rather want to have this at a lower level - on a UIComponent level. Cheers Tracy

