I have a VirtualizingStackPanel with Horizontal orientation. I am looking for a way to make the ScrollViewer scroll to content rather than by pixel. I know that .NET 4.5 brought the ScrollUnit property, however I can't find it on WinRT. There's no ContentScroll too.
Asked
Active
Viewed 98 times
1
-
Please have a look at http://stackoverflow.com/questions/1150697/scrollviewer-contentscroll-is-missing – Farhan Ghumra Apr 03 '13 at 16:59
1 Answers
0
ListViewBase
has a ScrollIntoView
method which is what you would use to scroll to items. You could simply scroll with that to any given item in your list control.

Filip Skakun
- 31,624
- 6
- 74
- 100