ScrollToRequestedEventArgs Class

Definition

Arguments for the event that is raised when a scroll is requested.

public class ScrollToRequestedEventArgs : EventArgs, Xamarin.Forms.ITemplatedItemsListScrollToRequestedEventArgs
type ScrollToRequestedEventArgs = class
    inherit EventArgs
    interface ITemplatedItemsListScrollToRequestedEventArgs
Inheritance
ScrollToRequestedEventArgs
Implements

Properties

Element

An element to scroll to.

Mode

Whether to scroll by element or by position.

Position

An enumeration value that describes which part of an element to scroll to.

ScrollX

The X position to scroll to.

ScrollY

The Y position to scroll to.

ShouldAnimate

Gets a value that tells whether the scroll operation should be animated.

Explicit Interface Implementations

ITemplatedItemsListScrollToRequestedEventArgs.Group

This method is for internal use by platform renderers.

ITemplatedItemsListScrollToRequestedEventArgs.Item

Internal.

Applies to