Widgets: listBox: listBox dimensions can expand beyond their parent container's 
dimensions 
-------------------------------------------------------------------------------------------

                 Key: XAP-110
                 URL: http://issues.apache.org/jira/browse/XAP-110
             Project: XAP
          Issue Type: Bug
            Reporter: Matt Carbone



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.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to