Skip to content

bolav/fuse-whilevisibleinscrollview

Repository files navigation

WhileVisibleInScrollView Fuse trigger Build Status Fuse Version

A trigger for Fuse, for when elements are visible in a ScrollView.

Status: beta Author: bolav

Usage:

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

Support

  • For feature request or bugs just post a github issue.

About

Trigger for elements in view on scrollview

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published