ListViewBase.CompleteViewChange Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Changes related aspects of presentation when the overall view for a SemanticZoom changes.
public:
virtual void CompleteViewChange() = CompleteViewChange;
void CompleteViewChange();
public void CompleteViewChange();
function completeViewChange()
Public Sub CompleteViewChange ()
Implements
Remarks
Controls derived from ListViewBase typically have an associated ScrollViewer as part of their template. The ListViewBase implementation of CompleteViewChange perpetuates ScrollBarVisibility for any scroll bars across the views when the views change.
Applies to
See also
- ISemanticZoomInformation
- IsActiveView
- IsZoomedInView
- SemanticZoomOwner
- CompleteViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- CompleteViewChangeTo(SemanticZoomLocation, SemanticZoomLocation)
- InitializeViewChange()
- MakeVisible(SemanticZoomLocation)
- StartViewChangeFrom(SemanticZoomLocation, SemanticZoomLocation)
- StartViewChangeTo(SemanticZoomLocation, SemanticZoomLocation)