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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.