Share via


LayoutSynchronizedTabControl Class

Definition

A TabControl 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 items or selected item of the control changes.

public ref class LayoutSynchronizedTabControl : System::Windows::Controls::TabControl
public class LayoutSynchronizedTabControl : System.Windows.Controls.TabControl
type LayoutSynchronizedTabControl = class
    inherit TabControl
Public Class LayoutSynchronizedTabControl
Inherits TabControl
Inheritance
LayoutSynchronizedTabControl

Constructors

Name Description
LayoutSynchronizedTabControl()

Microsoft internal use only.

Methods

Name Description
OnItemsChanged(NotifyCollectionChangedEventArgs)

Microsoft internal use only.

OnSelectionChanged(SelectionChangedEventArgs)

Microsoft internal use only.

Applies to