TreeViewItem::IHierarchicalVirtualizationAndScrollInfo::InBackgroundLayout Property
.NET Framework (current version)
Gets a value that indicates whether the control's layout pass occurs at a lower priority.
Assembly: PresentationFramework (in PresentationFramework.dll)
private: property bool InBackgroundLayout { virtual bool get() sealed = IHierarchicalVirtualizationAndScrollInfo::InBackgroundLayout::get; virtual void set(bool value) sealed = IHierarchicalVirtualizationAndScrollInfo::InBackgroundLayout::set; }
Property Value
Type: System::Booleantrue if the control's layout pass occurs at a lower priority; otherwise, false.
This member is an explicit interface member implementation. It can be used only when the TreeViewItem instance is cast to an IHierarchicalVirtualizationAndScrollInfo interface.
.NET Framework
Available since 4.5
Available since 4.5
Show: