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 [email protected], "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
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

