Windows.UI.Xaml.Controls.ListViewBase.MakeVisible
June 22, 2022 ยท View on GitHub
-description
Forces content in the view to scroll until the item that's specified by SemanticZoomLocation is visible. Also focuses the item if it finds the item.
-parameters
-param item
The item in the view to scroll to.
-remarks
You use the MakeVisible method to bring an item into view when the ListViewBase control is used as a view in a SemanticZoom control. To bring an item into view when the ListViewBase control is not used in a SemanticZoom, use the ScrollIntoView method instead.
-examples
-see-also
ScrollIntoView, SemanticZoom, ISemanticZoomInformation, IsActiveView, IsZoomedInView, SemanticZoomOwner, CompleteViewChange, CompleteViewChangeFrom, CompleteViewChangeTo, InitializeViewChange, StartViewChangeFrom, StartViewChangeTo