Window.ArrangeOverride Method (Size)
.NET Framework (current version)
Override this method to arrange and size a window and its child elements.
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. |
.NET Framework
Available since 3.0
Available since 3.0
Show:
