Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nor0x/overflower
♾ endless scroller control for .NET MAUI + Xamarin.Forms
https://github.com/nor0x/overflower
dotnet-maui endless-scroll maui net-maui scrollview xamarin xamarin-forms
Last synced: 3 months ago
JSON representation
♾ endless scroller control for .NET MAUI + Xamarin.Forms
- Host: GitHub
- URL: https://github.com/nor0x/overflower
- Owner: nor0x
- Created: 2021-11-05T06:34:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-15T10:14:58.000Z (11 months ago)
- Last Synced: 2024-10-11T19:43:54.217Z (4 months ago)
- Topics: dotnet-maui, endless-scroll, maui, net-maui, scrollview, xamarin, xamarin-forms
- Language: C#
- Homepage:
- Size: 34.9 MB
- Stars: 27
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# OverFlower
[![.NET](https://github.com/nor0x/OverFlower/actions/workflows/dotnet.yml/badge.svg)](https://github.com/nor0x/OverFlower/actions/workflows/dotnet.yml)
[![](https://img.shields.io/nuget/v/OverFlower)](https://www.nuget.org/packages/OverFlower)
[![](https://img.shields.io/nuget/dt/OverFlower)](https://www.nuget.org/packages/OverFlower)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://www.nuget.org/packages/OverFlower )
[https://github.com/nor0x/OverFlower/packages](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:
```xml```
## 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 👋