And then I will be able to access headerText like this: columns[somevar].headerText ?
--- In [email protected], "Tim Hoff" <[EMAIL PROTECTED]> wrote: > > > Mark, > > Do something like this for the HeaderRenderer: > > <?xml version="1.0" encoding="utf-8"?> > <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" > horizontalAlign="center"> > <mx:Label text="{ this.data.headerText }" /> > </mx:VBox> > > -TH > > --- In [email protected], "markgoldin_2000" > <markgoldin_2000@> wrote: > > > > Anybody please help, I am really stuck with it. > > > > --- In [email protected], "markgoldin_2000" > > markgoldin_2000@ wrote: > > > > > > How do I get headerText if I use VBox + Label as a custom header > > > renderer? > > > > > > Thanks > > > > > >

