In C# UWP I need to bring item into center of ScrollViewer/ListView, instead of top or bottom.
I use this code to scroll:
listViewMain.ScrollIntoView(ItemsList[50]);
Any extension method or some other way to achieve this?
In C# UWP I need to bring item into center of ScrollViewer/ListView, instead of top or bottom.
I use this code to scroll:
listViewMain.ScrollIntoView(ItemsList[50]);
Any extension method or some other way to achieve this?
Copyright © 2021 Jogjafile Inc.