refresh!!
On Wed, Sep 25, 2013 at 10:03 AM, Malek S <[email protected]> wrote: > HI Manikandan thanks for replying > > i tried this > > > > mx_internal > > *function* expandItemHandler(event:TreeEvent):*void* > * * > > { > > *if* (event.isDefaultPrevented()) > > *return*; > > *if* (event.type == *TreeEvent*.ITEM_OPENING) > > { > > expandItem(event.item, event.opening, event.animate, event.dispatchEvent, > event.triggerEvent); > > this.ValidateNow() > > } > > } > But still if i manually collpase the branch scroll bar jumps back to top. > > > On Tue, Sep 24, 2013 at 1:13 PM, Manikandan S > <[email protected]>wrote: > >> Hi, >> >> Try tree.validateNow() in tree open event handler. >> >> >> On Tue, Sep 24, 2013 at 11:58 AM, Malek S <[email protected]> wrote: >> >>> any ideas >>> >>> >>> On Mon, Sep 23, 2013 at 3:40 PM, Malek S <[email protected]> wrote: >>> >>>> Hi All, >>>> >>>> I am trying to programmatically expand/Collapse mx:Tree. I am using >>>> openItem >>>> >>>> * >>>> >>>> private >>>> * >>>> >>>> *function* openAll():*void* { >>>> >>>> *var* items:XMLList = xmlDP..node.(children().length() > 0); >>>> >>>> tree.openItems = items; >>>> >>>> } >>>> >>>> *private* *function* closeAll():*void* { >>>> >>>> tree.openItems = []; >>>> >>>> } >>>> >>>> >>>> >>>> My problem is afterwards when i try to manully expand/Collapse the item >>>> vertical scroll bar always jumps to top. >>>> >>>> >>>> >>>> I found this problem in mx:tree and probably its the listbase >>>> collectionChange Handler causing this scroll bar to reset. >>>> >>>> >>>> >>>> I searched but could not find any bug related to this. Has anyone faced >>>> the similar situation? >>>> >>>> >>>> >>>> >>>> >>>> regards >>>> >>>> maleks >>>> >>>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Flex India Community" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at http://groups.google.com/group/flex_india. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >> >> >> >> -- >> >> Regards, >> Manikandan.S <http://www.umoldit.com> >> <http://www.umoldit.com> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Flex India Community" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/flex_india. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/flex_india. For more options, visit https://groups.google.com/groups/opt_out.

