TreeViewItem::IHierarchicalVirtualizationAndScrollInfo::ItemDesiredSizes Property
.NET Framework (current version)
Gets or sets an object that represents the desired size of the control's items, in pixels and in logical units.
Assembly: PresentationFramework (in PresentationFramework.dll)
private: property HierarchicalVirtualizationItemDesiredSizes ItemDesiredSizes { virtual HierarchicalVirtualizationItemDesiredSizes get() sealed = IHierarchicalVirtualizationAndScrollInfo::ItemDesiredSizes::get; virtual void set(HierarchicalVirtualizationItemDesiredSizes value) sealed = IHierarchicalVirtualizationAndScrollInfo::ItemDesiredSizes::set; }
Property Value
Type: System.Windows.Controls::HierarchicalVirtualizationItemDesiredSizesAn object that represents the desired size of the control's items, in pixels and in logical units.
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: