TreeViewItem::IHierarchicalVirtualizationAndScrollInfo::Constraints Property

.NET Framework (current version)
 

Gets or sets an object that represents the viewport and cache sizes of the TreeViewItem.

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

private:
property HierarchicalVirtualizationConstraints Constraints {
	virtual HierarchicalVirtualizationConstraints get() sealed = IHierarchicalVirtualizationAndScrollInfo::Constraints::get;
	virtual void set(HierarchicalVirtualizationConstraints value) sealed = IHierarchicalVirtualizationAndScrollInfo::Constraints::set;
}

Property Value

Type: System.Windows.Controls::HierarchicalVirtualizationConstraints

An object that represents the viewport and cache sizes 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: