Hey thanks for responding but there is nothing called CheckBoxCellRenderer in flex 1.5 so i used CheckBox instead in cellRenderer now i am not seeing tree node labels.
Any idea? --- In [email protected], "Doug Lowder" <[EMAIL PROTECTED]> wrote: > > > Set the tree's cellRenderer property, e.g. <mx:Tree > cellRenderer="CheckBoxCellRenderer" ... /> > > You can find an example of a CheckBox cell renderer at > http://weblogs.macromedia.com/pent/archives/2004/12/cell_renderers.cfm > <http://weblogs.macromedia.com/pent/archives/2004/12/cell_renderers.cf m> > > > --- In [email protected], "Satish" <satish.kore@> wrote: > > > > Hi, > > I want to know how to create Tree component with Check box for its > > nodes in Flex 1.5, i have found some examples in Flex 2.0 but i guess > > itemRenderer is not there in Flex 1.5, anybody have any idea on this? > > > > Thanks, > > Satish > > >

