Hi Sindhu, What exactly do you mean by breaking into two? Can you show a screenshot of the same?
Also, inside the custom component, are you doing something which is changing the default behavior of the component? I mean, something like overriding the updateDisplayList method or something like that? Weird things happen when a component is generally modified in an unexpected way! Regards, Venkat www.venkatv.com On Thu, Oct 16, 2008 at 8:51 PM, sindhu <[EMAIL PROTECTED]> wrote: > > Hi all, > > I m using a viewstack component in my application ..I m > embedding ten canvas components inside the viewstack. On the tab click > event,i will change the corresponding stack index to display.Inside > each canvas component,i m embedding a grid using customcomp. > Here,when the vertical size of the page exceeds the height,vertical > scroll bar are displayed.Fine,but i need to move the vertical > scrollbar's position to top whenever it is displayed. > > I tried with the following code: > myCanvas1.verticalScrollPosition=0; > This is working fine,but the vertical scroll bar is breaking into two. > when i try to drag that,its getting merged and displaying like a > normal one. > But why is it breaking into two parts? > Does anyone has any idea about this? > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

