Window.ArrangeOverride Method
.NET Framework 4.6 and 4.5
Override this method to arrange and size a window and its child elements.
Namespace: System.Windows
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- arrangeBounds
- Type: System.Windows.Size
A Size that reflects the final size that the window should use to arrange itself and its children.
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.
Note |
|---|
When either Show or ShowDialog are called, the Visibility property of a Window is set to Visible. |
Show:
Note