nihavend commented on issue #552: Tree component does not refresh after data 
provider content is updated.
URL: https://github.com/apache/royale-asjs/issues/552#issuecomment-552170171
 
 
   TreePanel is a panel contains the components like Tree. And the three 
component references the data provider :
   
   ```
                <containers:AutoSizeTree id="liveTree"
                                 labelField="@label"
                                 fontSize="12"
                                 showRoot="true"                                
 
                                 dataProvider="{liveTreeDP}"
                                 height="100%"                           
                                 width="220"
                                 contentBackgroundColor="#DAE0E6"
                                 fontWeight="bold" 
                                 color="#0D173C"
                                 left="0" top="0" right="0" bottom="0"
                                 openItems="true"
                                 itemClick="tlosTree_itemClickHandler(event)"
                                 
itemDoubleClick="liveTree_itemDoubleClickHandler(event)"
                                 />
   ```
   containers:AutoSizeTree extends from Tree.
   
   Here is the code : 
https://drive.google.com/open?id=1oxtgbbiOZTipjKfWTp6q9gupSse6_Tkp
   

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