Two things 1) Try setting the height and width of the "container".
2) I tried to read the adobe docs and it says The SpriteVisualElement class is a light-weight Sprite-based implemention of IVisualElement. and there are no height and width property available for this class. where are there are only write only protected properties available and that are viewHeight and viewWidth (Which scales instance of IVisualElement proportionately.) You might want to check more in details http://docs.huihoo.com/flex/4/spark/core/SpriteVisualElement.html On Tue, Jul 13, 2010 at 6:44 PM, Oleg Sivokon <olegsivo...@gmail.com> wrote: > > > These properties may be overridden. My gut feeling says there should be > something like commitProperties / validate or some similar method to apply > all changes to the changed display object. > > >