ItemsPresenter::ArrangeOverride Method (Size)

 

Called to arrange and size the content of an ItemsPresenter object.

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

protected:
virtual Size ArrangeOverride(
	Size arrangeSize
) override

Parameters

arrangeSize
Type: System.Windows::Size

Computed size used to arrange the content.

Return Value

Type: System.Windows::Size

Size of content.

.NET Framework
Available since 3.0
Return to top
Show: