A trigger for Fuse, for when elements are visible in a ScrollView.
Status: beta Author: bolav
In your unoproj, just copy the WhileVisibleInScrollView.uno
and use it like this:
<ScrollView>
<StackPanel>
<Button Text="Button">
<WhileVisibleInScrollView>
<DebugAction Message="Button visible!" />
</WhileVisibleInScrollView>
</Button>
</StackPanel>
</ScrollView>
Or use fusepm
$ fusepm install https://github.com/bolav/fuse-whilevisibleinscrollview
- For feature request or bugs just post a github issue.