Flash 生成器 - Spark 列表滚动条:检测 HorizontalScrollPosition 上的变化
我有一个应用了水平布局的 Spark List 组件。 我想知道当 HorizontalScrollPosition 更改时是否会触发事件。
我在一个 Flash 构建器移动项目中,我需要这个,因为我使用列表作为幻灯片查看器,并且用户可以使用某种滑动手势(或鼠标拖动,因为该项目也将导出到AIR),我想避免两张幻灯片部分显示,横跨视口。视口宽 1024 像素,每张幻灯片宽 1024 像素,并且必须完全位于视口中心。我想捕捉上面提到的事件,这样我就可以检测内容的位置并通过补间过渡设置他的位置,这样我就可以实现我的目标。
对此有什么想法吗? 我尝试过谷歌搜索,但没有成功,请帮助我!
再见! 卢克
I have a spark List component with a Horizontal layout applied to it.
I would like to know if there's an event fired when the horizontalScrollPosition changes.
I'm in a flash builder mobile project and I need this beacause I'm using the List as a slideshow viewer and the user can scroll the list with a sort of swipe gesture (or a mouse drag since the project will be also exported in AIR) and I want to avoid that two slide are partially displayed , straddling the viewport. The viewport is 1024px wide and each slide is 1024px and has to be perfectly centered on the viewport. I would like to catch the event mentioned above so I can detect the position of the content and set his position through a tween transition so I can achieve my goal.
Any ideas about this?
I've tried googling around but with no luck, please help me!!!
Bye!
Luke
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 DataBindings.... :
在 component_CreationHandler 中
Use DataBindings....
in component_CreationHandler: