TreeViewItem::IHierarchicalVirtualizationAndScrollInfo::ItemsHost Property

.NET Framework (current version)
 

Gets the Panel that displays the Items of the TreeViewItem.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

private:
property Panel^ ItemsHost {
	virtual Panel^ get() sealed = IHierarchicalVirtualizationAndScrollInfo::ItemsHost::get;
}

Property Value

Type: System.Windows.Controls::Panel^

The Panel that displays the Items of the TreeViewItem.

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
Return to top
Show: