TreeViewItem::IHierarchicalVirtualizationAndScrollInfo::MustDisableVirtualization Property
.NET Framework (current version)
Gets or sets a value that indicates whether the owning ItemsControl should virtualize its items.
Assembly: PresentationFramework (in PresentationFramework.dll)
private: property bool MustDisableVirtualization { virtual bool get() sealed = IHierarchicalVirtualizationAndScrollInfo::MustDisableVirtualization::get; virtual void set(bool value) sealed = IHierarchicalVirtualizationAndScrollInfo::MustDisableVirtualization::set; }
Property Value
Type: System::Booleantrue if the owning ItemsControl should virtualize its items; 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: