menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IParallaxView - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IParallaxView

    The interface defines a property and an event that needs to be implemented to get relevant data from custom scrollable elements to perform parallax scrolling.

    Namespace: Syncfusion.Maui.Core
    Assembly: Syncfusion.Maui.Core.dll
    Syntax
    public interface IParallaxView

    Properties

    ScrollableContentSize

    Gets or sets the total content size of the scrollable source element.

    Declaration
    Size ScrollableContentSize { get; set; }
    Property Value
    Type
    Microsoft.Maui.Graphics.Size

    Events

    Scrolling

    Raise this event whenever the source scrollable element is scrolled.

    Declaration
    event EventHandler<ParallaxScrollingEventArgs> Scrolling
    Event Type
    Type
    System.EventHandler<ParallaxScrollingEventArgs>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved