DataGridDetailsPresenter.ArrangeOverride(Size) Method

Definition

Positions the single child element and determines the content of a ContentPresenter object.

protected:
 override System::Windows::Size ArrangeOverride(System::Windows::Size finalSize);
protected override System.Windows.Size ArrangeOverride (System.Windows.Size finalSize);
override this.ArrangeOverride : System.Windows.Size -> System.Windows.Size
Protected Overrides Function ArrangeOverride (finalSize As Size) As Size

Parameters

finalSize
Size

The final area within the parent that this element should use to arrange itself and its children.

Returns

The actual size needed by the element.

Applies to

See also