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" <[EMAIL PROTECTED]> 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 > > >

