GroupItem::IHierarchicalVirtualizationAndScrollInfo::ItemDesiredSizes Property
.NET Framework (current version)
Gets or sets an object that represents the desired size of the control's items.
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.
This member is an explicit interface member implementation. It can be used only when the GroupItem instance is cast to an IHierarchicalVirtualizationAndScrollInfo interface.
.NET Framework
Available since 4.5
Available since 4.5
Show: