ScrollToRequestedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
-
System.EventArgsScrollToRequestedEventArgs
- 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. |