Skip to content

nor0x/OverFlower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 13, 2022
4673af6 · Jan 13, 2022

History

21 Commits
Nov 5, 2021
Jan 13, 2022
Nov 5, 2021
Nov 5, 2021
Nov 5, 2021
Nov 5, 2021
Nov 5, 2021

Repository files navigation

OverFlower

.NET

a simple control to display scrolling overflow content!

Platform Support
Android
iOS
UWP

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 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

coming soon™️

Demo

Contribution

feel free to create issues and PRs 👋