ListViewPersistenceHelper.GetRelativeScrollPosition Method
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.
public:
static Platform::String ^ GetRelativeScrollPosition(ListViewBase ^ listViewBase, ListViewItemToKeyHandler ^ itemToKeyHandler);
static winrt::hstring GetRelativeScrollPosition(ListViewBase const& listViewBase, ListViewItemToKeyHandler const& itemToKeyHandler);
public static string GetRelativeScrollPosition(ListViewBase listViewBase, ListViewItemToKeyHandler itemToKeyHandler);
function getRelativeScrollPosition(listViewBase, itemToKeyHandler)
Public Shared Function GetRelativeScrollPosition (listViewBase As ListViewBase, itemToKeyHandler As ListViewItemToKeyHandler) As String
Parameters
- listViewBase
- ListViewBase
The ListView object.
- itemToKeyHandler
- ListViewItemToKeyHandler
The method that will handle the retrieval of the item key.
Returns
The relative scroll position of the ListView.