Flex 4 Scroller

前端 未结 2 2076
梦谈多话
梦谈多话 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:46

    slidePanel.slidesComponentsContainer.slidesList.scroller.addEventListener(
      TouchInteractionEvent.TOUCH_INTERACTION_START,
      onSlideListVertScrollerTouchInteractionStart
    );
    

提交回复
热议问题