ListViewBase.CompleteViewChange 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.
Modifie les aspects liés à la présentation lorsque l’affichage global d’un SemanticZoom change.
public:
virtual void CompleteViewChange() = CompleteViewChange;
void CompleteViewChange();
public void CompleteViewChange();
function completeViewChange()
Public Sub CompleteViewChange ()
Implémente
Remarques
Les contrôles dérivés de ListViewBase ont généralement un ScrollViewer associé dans leur modèle. L’implémentation ListViewBase de CompleteViewChange perpétue ScrollBarVisibility pour toutes les barres de défilement dans les vues lorsque les vues changent.
S’applique à
Voir aussi
- ISemanticZoomInformation
- IsActiveView
- IsZoomedInView
- SemanticZoomOwner
- CompleteViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- CompleteViewChangeTo(SemanticZoomLocation, SemanticZoomLocation)
- InitializeViewChange()
- MakeVisible(SemanticZoomLocation)
- StartViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- StartViewChangeTo(SemanticZoomLocation, SemanticZoomLocation)