cristallium opened a new issue #767: itemsHorizontalAlign property on 
j:VContainer seem not working SDK0.9.7#1070
URL: https://github.com/apache/royale-asjs/issues/767
 
 
   Hi again Carlos,
   
   If I'm using correctly VContainer, it seems there is a issue with 
itemsHorizontalAlign .
   Here is test case :
   
   ```
   <j:Application xmlns:fx="http://ns.adobe.com/mxml/2009"; 
        xmlns:j="library://ns.apache.org/royale/jewel" 
        xmlns:js="library://ns.apache.org/royale/basic" 
        xmlns:local="*" >
   
   
        <j:valuesImpl>
                <js:SimpleCSSValuesImpl />
        </j:valuesImpl>
   
        <j:initialView>
                <j:View width="100%" height="100%">
   
                        <j:VContainer width="100%" 
itemsHorizontalAlign="itemsCenter">
                                <j:Label text="I want to be on center"/>
                        </j:VContainer>
   
                </j:View>
        </j:initialView>
   
   </j:Application>
   ```
   
   and the result 
   
   
![image](https://user-images.githubusercontent.com/6851433/77175417-ebc55800-6ac2-11ea-9b52-da1e0249ebb9.png)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to