ListViewBase.MakeVisible method

This topic has not yet been rated - Rate this topic

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.

Syntax


public void MakeVisible(
  SemanticZoomLocation item
)

Parameters

item

Type: SemanticZoomLocation

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.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

See also

ListViewBase
ScrollIntoView
SemanticZoom
ISemanticZoomInformation
IsActiveView
IsZoomedInView
SemanticZoomOwner
CompleteViewChange
CompleteViewChangeFrom
CompleteViewChangeTo
InitializeViewChange
StartViewChangeFrom
StartViewChangeTo

 

 

Build date: 3/12/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.