hi Mani! you said "I added multiple renderer component in the VBox."
in which part of component lifecycle of VBOX did u added those renderer, any addition to displaylist should happen in createChildren, sizing and all should happen in measure method, On Wed, May 5, 2010 at 11:03 AM, GAGAN anand <[email protected]> wrote: > Hi Mani, > > I think this is problem of rendering. I also faced the issue with Panel > component. So i just use of Canvas as a container. Then it worked fine. > > I suggest you should also use Canvas as a container instead of VBox. > > Hope this helps. > > Regards > Gagan Deep > > On 4 May 2010 10:51, mani <[email protected]> wrote: > >> Hi, >> >> >> >> I am developing an Flex application which would need to display >> content from XML. >> >> >> >> I am loading the contents in nested Vbox and canvas. My container is >> canvas(separate MXML component) within which i have a VBox where i am >> adding a html renderer component (custom designed MXML component). I >> have to display multiple pages of content within a scrollable page, so >> i have added multiple renderer component in the VBox. Eventually i >> have a page content which has a height of around 3000 pixels and it is >> scrollable. >> >> >> >> Now my problem is , when i scroll the content using the scroll Knob >> from the default scrollbar, i can see my contents get overlapped or >> disappeared. Howoever using the Down Arror and Up arrow doesn't >> produce this problems. >> >> >> >> Please anybody help me to get rid of this problem. >> >> >> >> thanks, >> >> Mani >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Flex India Community" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<flex_india%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/flex_india?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<flex_india%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

