--- In [email protected], "ilikeflex" <ilikef...@...> wrote: > > Hi > > I have a Tree Control and i am using the > disclosureOpenIcon > disclosureClosedIcon > > styles. > > But i want to change the location where are the disclosureOpenIcon/ > disclosureClosedIcon icons are displayed. > > I want to display them after the label of the tree. Bydefault icons are > displayed before the label. > > Any pointers are highly appreciated.
You'll probably need to override the updateDisplayList() of the default itemRenderer. HTH; Amy

