ListViewBase.MakeVisible(SemanticZoomLocation) Method

Definition

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.

public:
 virtual void MakeVisible(SemanticZoomLocation ^ item) = MakeVisible;
void MakeVisible(SemanticZoomLocation const& item);
public void MakeVisible(SemanticZoomLocation item);
function makeVisible(item)
Public Sub MakeVisible (item As SemanticZoomLocation)

Parameters

item
SemanticZoomLocation

The item in the view to scroll to.

Implements

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.

Applies to

See also