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

Justin Mclean commented on FLEX-33559:
--------------------------------------

Sample application to reproduce.
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"; 
                           xmlns:s="library://ns.adobe.com/flex/spark" 
                           xmlns:mx="library://ns.adobe.com/flex/mx">
        
        <s:DataGrid width="100%">
                <s:columns>
                        <s:ArrayList>
                                <s:GridColumn headerText="Column 1" 
width="100"/>
                                <s:GridColumn headerText="Column 2" 
width="100"/>
                                <s:GridColumn headerText="Column 3" 
width="100"/>
                                <s:GridColumn headerText="Column 4" 
width="100"/>
                                <s:GridColumn headerText="Column 5" 
width="100"/>
                                <s:GridColumn headerText="Column 6" 
width="100"/>
                                <s:GridColumn headerText="Column 7" 
width="100"/>
                                <s:GridColumn headerText="Column 8" 
width="100"/>
                                <s:GridColumn headerText="Column 9" 
width="100"/>
                                <s:GridColumn headerText="Column 10" 
width="100"/>
                                <s:GridColumn headerText="Column 11" 
width="100"/>
                                <s:GridColumn headerText="Column 12" 
width="100"/>
                                <s:GridColumn headerText="Column 13" 
width="100"/>
                                <s:GridColumn headerText="Column 14" 
width="100"/>
                                <s:GridColumn headerText="Column 15" 
width="100"/>
                                <s:GridColumn headerText="Column 16" 
width="100"/>
                                <s:GridColumn headerText="Column 17" 
width="100"/>
                                <s:GridColumn headerText="Column 18" 
width="100"/>
                                <s:GridColumn headerText="Column 19" 
width="100"/>
                                <s:GridColumn headerText="Column 20" 
width="100"/>
                        </s:ArrayList>
                </s:columns>
        </s:DataGrid>
</s:Application>
                
> Horizontal scrolling of an empty spark DataGrid does not work
> -------------------------------------------------------------
>
>                 Key: FLEX-33559
>                 URL: https://issues.apache.org/jira/browse/FLEX-33559
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Spark: DataGrid
>    Affects Versions: Adobe Flex SDK 4.5 (Release)
>         Environment: Windows
> OSX
>            Reporter: Koen Weyn
>
> When a DataGrid contains more columns than can fit on the screen, but 
> contains no rows, horizontal scrolling is only possible when dragging the 
> thumb.
> Clicking the arrows or the track does not work.

--
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