[ 
https://issues.apache.org/jira/browse/FLEX-33389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13583436#comment-13583436
 ] 

Carol Frampton commented on FLEX-33389:
---------------------------------------

I don't think your workaround will work since isLastColumn is the last visible 
column which changes as you scroll.

The if-clause is taking care of the case where there is a vertical scrollbar.  
The last column header should not spill into the small area on top of the 
vertical scrollbar.   Perhaps the rendererWidth should only be adjusted if it 
is the last visible column AND there is a vertical scroll bar.
                
> 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, 
> shot-20130213T115939.png, src.7z
>
>
> 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