ListViewBase.InitializeViewChange 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.
Initialise les modifications apportées aux aspects connexes de la présentation (tels que l’interface utilisateur ou l’état de défilement) lorsque l’affichage global d’un objet SemanticZoom est sur le point de changer.
public:
virtual void InitializeViewChange() = InitializeViewChange;
void InitializeViewChange();
public void InitializeViewChange();
function initializeViewChange()
Public Sub InitializeViewChange ()
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 ListViewBased’InitializeViewChange stocke ScrollBarVisibility pour les barres de défilement actuelles, afin que les valeurs puissent être perpétuées dans les vues lorsque les vues changent.
S’applique à
Voir aussi
- ISemanticZoomInformation
- IsActiveView
- IsZoomedInView
- SemanticZoomOwner
- CompleteViewChange()
- CompleteViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- CompleteViewChangeTo(SemanticZoomLocation, SemanticZoomLocation)
- MakeVisible(SemanticZoomLocation)
- StartViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- StartViewChangeTo(SemanticZoomLocation, SemanticZoomLocation)