Thanks Tim

 

Right now I used the ‘headerheight’ to change the height of the row, This will be helpful too.

 

Thanks,

Subba

 


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tim Hoff
Sent: Tuesday, June 27, 2006 4:31 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: How to change the Datagrid column header length

 

You can change the height like this:

-TH

package {
 
    import mx.controls.*;
    import mx.core.*;
 
    public class HeaderRenderer extends Text
    {
        public function HeaderRenderer() {

            height = 34:
        }
 
        override public function set data(value:Object):void 
        {
            super.data = value;
            super.invalidateDisplayList();
        }
    }
}




--- In flexcoders@yahoogroups.com, "Subba Chalamalasetty" <[EMAIL PROTECTED]> wrote:
>
>
>
> Hi,
>
>
>
> I want to change the 'height' of the header in the column i.e I want it
> to be double the size of row size and add a label below the header text
>
> So the column header will be in 2 lines and double the size of the
> present size. Can somebody help me how to increase the height in
>
> myHeaderRenderer.I'd appreciate your help.
>
>
>
> Thank,
>
> Subba
>

__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to