ListViewBase.MakeVisible(SemanticZoomLocation) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Force le contenu de la vue à faire défiler jusqu’à ce que l’élément spécifié par SemanticZoomLocation soit visible. Concentre également l’élément s’il trouve l’élément.
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)
Paramètres
- item
- SemanticZoomLocation
Élément dans la vue vers laquelle faire défiler.
Implémente
Remarques
Vous utilisez la méthode MakeVisible pour afficher un élément lorsque le contrôle ListViewBase est utilisé comme affichage dans un contrôle SemanticZoom . Pour afficher un élément lorsque le contrôle ListViewBase n’est pas utilisé dans semanticZoom, utilisez plutôt la méthode ScrollIntoView .
S’applique à
Voir aussi
- ScrollIntoView(Object, ScrollIntoViewAlignment)
- SemanticZoom
- ISemanticZoomInformation
- IsActiveView
- IsZoomedInView
- SemanticZoomOwner
- CompleteViewChange()
- CompleteViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- CompleteViewChangeTo(SemanticZoomLocation, SemanticZoomLocation)
- InitializeViewChange()
- StartViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- StartViewChangeTo(SemanticZoomLocation, SemanticZoomLocation)