Awesome
<img src="https://raw.githubusercontent.com/nor0x/OverFlower/main/imgs/icon.png" width="200px" />OverFlower
a simple control to display scrolling overflow content!
<img src="https://raw.githubusercontent.com/nor0x/OverFlower/main/imgs/appstore.gif" />Platform | Support |
---|---|
Xamarin.Forms | ✔ |
.NET MAUI | ✔ |
Getting started
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" />
API
ImageSource
is a regular .NET MAUI / Xamarin.Forms ImageSource and
ImageWidth
width of the overflow image
ImageHeight
height of the overflow image
ScrollDirection
scrolling direction of the overflow image
ScrollDuration
duration of the scrolling operation (in milliseconds)
Reverse
toggle if animation should run indefinitely or reverse after reaching the end
Demo
SampleMaui includes a playground & demo of the control <img src="https://raw.githubusercontent.com/nor0x/OverFlower/main/imgs/demo.png" />
Contribution
feel free to create issues and PRs 👋