Flex 4 Scroller

前端 未结 2 2073
梦谈多话
梦谈多话 2021-02-14 04:20

Within my application I\'m using a Scroller component. I can\'t seem to figure out which event I should set up a listener on in order to know when content is scrolled. I tried <

2条回答
  •  心在旅途
    2021-02-14 04:47

    You can listen for the propertyChange event on the viewport of the Scroller. Here is an application that demonstrates how this might be done:

    
        
            
        
    
        
            
                
            
        
    
    
    

提交回复
热议问题