Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.64 KB

listviewbase_containercontentchanging.md

File metadata and controls

33 lines (21 loc) · 1.64 KB
-api-id -api-type
E:Windows.UI.Xaml.Controls.ListViewBase.ContainerContentChanging
winrt event

Windows.UI.Xaml.Controls.ListViewBase.ContainerContentChanging

-description

Occurs when the data item associated with a UI container changes.

-xaml-syntax

<listViewBase ContainerContentChanging="eventhandler" />

-remarks

This event is raised only if the list or grid's ItemsPanel is an ItemsStackPanel or ItemsWrapGrid. If you replace the ItemsPanel with another panel, the event is not raised.

For info and examples, see the Update ListView and GridView items incrementally section of Optimize ListView and GridView.

For more examples, download the XAML GridView grouping and SemanticZoom sample.

-examples

-see-also

Optimize ListView and GridView, XAML GridView grouping and SemanticZoom sample