ListViewBase.InitializeViewChange Method

Definition

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.

C#
public void InitializeViewChange();

Implements

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.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also