<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/View/listRowHoverEffectDisabled(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI4ViewPAAE26listRowHoverEffectDisabledyQrSbF"
  },
  "title" : "listRowHoverEffectDisabled(_:)"
}
-->

# listRowHoverEffectDisabled(_:)

Requests that the containing list row have its hover effect disabled.

```
nonisolated func listRowHoverEffectDisabled(_ disabled: Bool = true) -> some View
```

## Parameters

`disabled`

A Boolean value that determines whether the
containing list row should display its default hover effect.

## Return Value

A view that requests the default hover effect on its
containing list row to conditionally be disabled.

## Discussion

By default, `List` rows have built-in hover effects in visionOS. In some
cases, it is useful to disable the default hover effect.

---

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)