Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.67 KB

listviewbase_makevisible_1148837317.md

File metadata and controls

27 lines (18 loc) · 1.67 KB
-api-id -api-type
M:Windows.UI.Xaml.Controls.ListViewBase.MakeVisible(Windows.UI.Xaml.Controls.SemanticZoomLocation)
winrt method

Windows.UI.Xaml.Controls.ListViewBase.MakeVisible

-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