LayoutSynchronizedContentControl Class

Definition

A ContentControl which will layout synchronously if the content is 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 content of the control changes.

public ref class LayoutSynchronizedContentControl : System::Windows::Controls::ContentControl
public class LayoutSynchronizedContentControl : System.Windows.Controls.ContentControl
type LayoutSynchronizedContentControl = class
    inherit ContentControl
Public Class LayoutSynchronizedContentControl
Inherits ContentControl
Inheritance
LayoutSynchronizedContentControl

Constructors

LayoutSynchronizedContentControl()

Microsoft internal use only.

Methods

OnContentChanged(Object, Object)

Microsoft internal use only.

Applies to