[ 
https://issues.apache.org/jira/browse/FLEX-33389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carol Frampton resolved FLEX-33389.
-----------------------------------

       Resolution: Not A Problem
    Fix Version/s: Apache Flex 4.9.0

Since you did not provide a typicalItem the first data item is used.  The first 
column is sized for 'Pavement', the second column is sized for ''Slanted and 
Enchanted' and the third column is sized for '11.99'.  For the first and second 
columns the data is longer than the headerText so you don't notice.  For the 
third column, the data is much shorter than the headerText so the headerText is 
truncated.  You can either specify a typicalItem, explicitly size the column, 
or provide a custom headerRenderer for the DataGridColumn to wrap the text.
                
> The width of the last column header on a horizontally scrolling datagrid 
> -------------------------------------------------------------------------
>
>                 Key: FLEX-33389
>                 URL: https://issues.apache.org/jira/browse/FLEX-33389
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Spark: DataGrid
>    Affects Versions: Adobe Flex SDK 4.6 (Release), Apache Flex 4.9.0
>         Environment: Windows 7 64bit
>            Reporter: Mikko Torniainen
>            Priority: Minor
>              Labels: column, datagrid, header
>             Fix For: Apache Flex 4.9.0
>
>         Attachments: Flex-33389.air, FLEX33389.mxml, lastcolumn.png
>
>
> To reproduce:
> Create a spark datagrid with more columns than fit in the width of the 
> datagrid. A horizontal scrollbar is shown. You'll see the last column header 
> will wrap when it's scolled in and out of view. It's width changes based on 
> how much of it is visible all the way down to zero. The other columns do not 
> do that. Setting minwidth does not change it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to