Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 723 Bytes

listbox_scrollintoview_376937206.md

File metadata and controls

26 lines (17 loc) · 723 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Controls.ListBox.ScrollIntoView(System.Object)
winrt method

Windows.UI.Xaml.Controls.ListBox.ScrollIntoView

-description

Causes the object to scroll into view.

-parameters

-param item

The object to scroll to.

-remarks

When the contents of the ItemsSource collection changes, particularly if many items are added to or removed from the collection, you might need to call UpdateLayout prior to calling ScrollIntoView for the specified item to scroll into the viewport.

-examples

-see-also