a simple control to display scrolling overflow content!
Platform | Support |
---|---|
Android | ✔ |
iOS | ✔ |
UWP | ⏳ |
OverFlower is available on NuGet and GitHub
https://www.nuget.org/packages/OverFlower https://github.com/nor0x/OverFlower/packages
Start by adding a the XAML namespace xmlns:over="clr-namespace:OverFlower;assembly=OverFlower"
and use it like this:
<over:OverFlower
ImageSource="yourimage.png"
ImageWidth="2500"
ImageHeight="1000"
ScrollDirection="Left"
ScrollDuration="20000" />
is a regular Xamarin.Forms ImageSource and
width of the overflow image
height of the overflow image
scrolling direction of the overflow image
duration of the scrolling operation (in milliseconds)
coming soon™️
feel free to create issues and PRs 👋