menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IParallaxView - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IParallaxView

    Interface defines a event and a property which need to be implemented to get relevant datas from custom scrollable elements to perform parallax scrolling.

    Namespace: Syncfusion.XForms.ParallaxView
    Assembly: Syncfusion.Core.XForms.dll
    Syntax
    public interface IParallaxView

    Properties

    ScrollableContentSize

    Gets or sets a total content size of the scrollable element

    Declaration
    Size ScrollableContentSize { get; set; }
    Property Value
    Type
    Xamarin.Forms.Size

    Events

    Scrolling

    Raise this event whenever 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