<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/HorizontalAlignment/listRowSeparatorTrailing",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI19HorizontalAlignmentV24listRowSeparatorTrailingACvpZ"
  },
  "title" : "listRowSeparatorTrailing"
}
-->

# listRowSeparatorTrailing

A guide marking the trailing edge of a `List` row separator.

```
static let listRowSeparatorTrailing: HorizontalAlignment
```

## Discussion

Use this guide to align the trailing end of the bottom `List` row
separator with any other horizontal guide of a view that is part of the
cell content.

To change the visibility or tint of the row separator use respectively
[`listRowSeparator(_:edges:)`](/documentation/SwiftUI/View/listRowSeparator(_:edges:)) and
[`listRowSeparatorTint(_:edges:)`](/documentation/SwiftUI/View/listRowSeparatorTint(_:edges:)).

---

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)