ListViewBase.InitializeViewChange method

This topic has not yet been rated - Rate this topic

Initializes the changes to related aspects of presentation (such as scrolling UI or state) when the overall view for a SemanticZoom is about to change.

Syntax


public void InitializeViewChange()

Parameters

This method has no parameters.

Remarks

Controls derived from ListViewBase typically have an associated ScrollViewer as part of their template. The ListViewBase implementation of InitializeViewChange stores ScrollBarVisibility for current scroll bars, so that values can be perpetuated across the views when the views change.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

See also

ListViewBase
ISemanticZoomInformation
IsActiveView
IsZoomedInView
SemanticZoomOwner
CompleteViewChange
CompleteViewChangeFrom
CompleteViewChangeTo
MakeVisible
StartViewChangeFrom
StartViewChangeTo

 

 

Build date: 3/12/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.