Hey

I need to rotate some of the headers on my avdg -90 degrees. I made a
header renderer as follow:

<?xml version="1.0" encoding="utf-8"?>
<mx:VBox  xmlns:mx="http://www.adobe.com/2006/mxml"; height="100%">
        <mx:Script>
                <![CDATA[

                        [Embed(systemFont='Verdana',  fontName='myPlainFont',
mimeType='application/x-font' )]

                        private var font1:Class;

                ]]>
        </mx:Script>
        <mx:Label fontFamily="myPlainFont" rotation="-90" text="For testing
purposes" height="100%"/>
</mx:VBox>

This seems to work on a label that is not rendered to the datagrid
headers. On the datagrid im just setting headerRender equal to this.
Any ideas why it is not displaying?

Thanks in advance

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to