Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.01 KB

listviewpersistencehelper_setrelativescrollpositionasync_1002520464.md

File metadata and controls

32 lines (22 loc) · 1.01 KB
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.ListViewPersistenceHelper.SetRelativeScrollPositionAsync(Microsoft.UI.Xaml.Controls.ListViewBase,System.String,Microsoft.UI.Xaml.Controls.ListViewKeyToItemHandler)
winrt method

Microsoft.UI.Xaml.Controls.ListViewPersistenceHelper.SetRelativeScrollPositionAsync

-description

Begins an asynchronous action to set the relative scroll position of the ListView.

-parameters

-param listViewBase

The ListView.

-param relativeScrollPosition

The relative scroll position of the ListView.

-param keyToItemHandler

The method that will handle the retrieval of the ListView item given the key.

-returns

An asynchronous action.

-remarks

-examples

-see-also