.NET MAUI Parallax View (SfParallaxView) Overview
18 Mar 20241 minute to read
The SfParallaxView for .NET MAUI provides a perfect way for scrolling any control that implements the IParallaxView interface with a background element that translates slower than the foreground element. The SfParallaxView control binds the scroll position of a foreground element (for example, list) to a background element and moves the background element at different speeds.
Key features
- Customizes the speed of the parallax scroll.
- Supports horizontal and vertical orientation.
- Provides built-in integration with MAUI Scroll View and Syncfusion ListView.
- Bind any control which implements IParallaxView interface.