---
title: listRowSeparatorTrailing
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/horizontalalignment/listrowseparatortrailing
---

# listRowSeparatorTrailing

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

## Declaration

```swift
static let listRowSeparatorTrailing: HorizontalAlignment
```

## Discussion

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:) and listRowSeparatorTint(_:edges:).

## See Also

### Getting guides

- [leading](swiftui/horizontalalignment/leading.md)
- [center](swiftui/horizontalalignment/center.md)
- [trailing](swiftui/horizontalalignment/trailing.md)
- [listRowSeparatorLeading](swiftui/horizontalalignment/listrowseparatorleading.md)
