<!--
{
  "availability" : [
    "macOS: 14.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Virtualization",
  "identifier" : "/documentation/Virtualization/VZVirtualMachineView/automaticallyReconfiguresDisplay",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Virtualization"
    ],
    "preciseIdentifier" : "c:objc(cs)VZVirtualMachineView(py)automaticallyReconfiguresDisplay"
  },
  "title" : "automaticallyReconfiguresDisplay"
}
-->

# automaticallyReconfiguresDisplay

A Boolean value that indicates whether the graphics display associated with this view automatically reconfigures with respect to view changes.

```
var automaticallyReconfiguresDisplay: Bool { get set }
```

## Discussion

Set this property to <doc://com.apple.documentation/documentation/Swift/true> to automatically resize or reconfigure this graphics display when the view properties update. For example, resizing the display when the view has a live resize operation. When enabled, the graphics display automatically reconfigures to match the host display environment.

You can set this property on only a single [`VZVirtualMachineView`](/documentation/Virtualization/VZVirtualMachineView) targeting a particular [`VZGraphicsDisplay`](/documentation/Virtualization/VZGraphicsDisplay) at a time. If multiple `VZVirtualMachineView` views targeting the same VZGraphicsDisplay enable this property, only one view respects the property, and the framework disables the property on the other views.

The default is <doc://com.apple.documentation/documentation/Swift/false>.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)