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 ref class ScrollToRequestedEventArgs : EventArgs, Microsoft::Maui::Controls::ITemplatedItemsListScrollToRequestedEventArgs
public class ScrollToRequestedEventArgs : EventArgs, Microsoft.Maui.Controls.ITemplatedItemsListScrollToRequestedEventArgs
type ScrollToRequestedEventArgs = class
inherit EventArgs
interface ITemplatedItemsListScrollToRequestedEventArgs
Public Class ScrollToRequestedEventArgs
Inherits EventArgs
Implements 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. |
Methods
ToRequest() |
Explicit Interface Implementations
ITemplatedItemsListScrollToRequestedEventArgs.Group | |
ITemplatedItemsListScrollToRequestedEventArgs.Item |
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.