ListViewBase.IsActiveView property

This topic has not yet been rated - Rate this topic

Gets or sets a value that indicates whether the ListViewBase instance is the active view in its owning SemanticZoom.

Syntax


public bool IsActiveView { get; set; }

Property value

Type: System.Boolean [.NET] | Platform::Boolean [C++]

True if the ListViewBase is the active view; otherwise, false.

Remarks

You typically don't set this property in Extensible Application Markup Language (XAML) or in app code. The property is set implicitly when the view is set as either the ZoomedInView or ZoomedOutView of a SemanticZoom control.

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
SemanticZoom
SemanticZoom.IsZoomedInViewActive
ISemanticZoomInformation.IsActiveView
ISemanticZoomInformation
IsZoomedInView
SemanticZoomOwner
CompleteViewChange
CompleteViewChangeFrom
CompleteViewChangeTo
InitializeViewChange
MakeVisible
StartViewChangeFrom
StartViewChangeTo

 

 

Build date: 3/12/2013

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