ListBox.ScrollIntoView Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Causes the object to scroll into view.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- item
- Type: System.Object
The object to scroll.
If the specified object is not visible, calling ScrollIntoView causes it to align at the top or bottom of the viewport. When the contents of the ItemsSource collection changes, particularly if many items are added to or removed from the collection, you may need to call UpdateLayout prior to calling ScrollIntoView for the specified item to scroll into the viewport.