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

Scott Boyd reassigned XAP-110:
------------------------------

    Assignee: Turyn, Michael

> Widgets: listBox: listBox dimensions can expand beyond their parent 
> container's dimensions
> ------------------------------------------------------------------------------------------
>
>                 Key: XAP-110
>                 URL: https://issues.apache.org/jira/browse/XAP-110
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets: Other
>            Reporter: Matt Carbone
>         Assigned To: Turyn, Michael
>
> listBox can expand beyond the size of the parent container. The section of 
> the component that is beyond the container will display "behind" the other 
> panel. Presents an issue when adding list items dynamically.
> <xal xmlns="http://www.openxal.org/xal"; 
> xmlns:xal="http://www.openxal.org/xal";>
>     <xal:freePane  height="75%" width="75%">
>       
>         
>         <xal:listBox x="200" y="400px" height="300px" 
> selectionMode="singleRow">
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>             <xal:listItem text="yar" />
>         </xal:listBox>
>        </xal:freePane>
> </xal>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to