GridViewRowPresenter.ArrangeOverride(Size) Method

Definition

Positions the content of a row according to the size of the corresponding GridViewColumn objects.

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

Parameters

arrangeSize
Size

The area to use to display the Content.

Returns

The actual Size that is used to display the Content.

Applies to