Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.62 KB

listviewbase_iszoomedinview.md

File metadata and controls

24 lines (17 loc) · 1.62 KB
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.ListViewBase.IsZoomedInView
winrt property

Microsoft.UI.Xaml.Controls.ListViewBase.IsZoomedInView

-description

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

-property-value

true if the ListViewBase is the zoomed-in view; otherwise, false.

-remarks

You typically don't set this property in 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.

-examples

-see-also

SemanticZoom, SemanticZoom.IsZoomedInViewActive, ISemanticZoomInformation.IsZoomedInView, ISemanticZoomInformation, IsActiveView, SemanticZoomOwner, CompleteViewChange, CompleteViewChangeFrom, CompleteViewChangeTo, InitializeViewChange, MakeVisible, StartViewChangeFrom, StartViewChangeTo