Share via


LayoutSynchronizedItemsControl Class

Definition

An ItemsControl which will layout synchronously if the items are changed and the LayoutSynchronizer is active. This is used to ensure that critical codepaths which demand a measured and arranged element receive one when the items in the control changes.

public ref class LayoutSynchronizedItemsControl : System::Windows::Controls::ItemsControl
public class LayoutSynchronizedItemsControl : System.Windows.Controls.ItemsControl
type LayoutSynchronizedItemsControl = class
    inherit ItemsControl
Public Class LayoutSynchronizedItemsControl
Inherits ItemsControl
Inheritance
LayoutSynchronizedItemsControl
Derived

Constructors

LayoutSynchronizedItemsControl()

Microsoft internal use only.

Methods

OnItemsChanged(NotifyCollectionChangedEventArgs)

Microsoft internal use only.

Applies to