Was this page helpful?
Your feedback about this content is important. Let us know what you think.
Additional feedback?
1500 characters remaining
Export (0) Print
Expand All

Window.ArrangeOverride Method

Override this method to arrange and size a window and its child elements.

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

protected override Size ArrangeOverride(
	Size arrangeBounds
)

Parameters

arrangeBounds
Type: System.Windows.Size

A Size that reflects the final size that the window should use to arrange itself and its children.

Return Value

Type: System.Windows.Size
A Size that reflects the actual size that was used.

ArrangeOverride is not called when the Visibility property has a value of Collapsed. If the value of the Visibility property is either Hidden or Visible, ArrangeOverride is called.

NoteNote

When either Show or ShowDialog are called, the Visibility property of a Window is set to Visible.

.NET Framework

Supported in: 4.6, 4.5, 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1
Show:
© 2015 Microsoft