Skip to content

nor0x/OverFlower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OverFlower

.NET

a simple control to display scrolling overflow content!

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

Contribution

feel free to create issues and PRs 👋