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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET MAUI