---
title: automaticallyMirrorsInRightToLeftLayout
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsscrubberlayout/automaticallymirrorsinrighttoleftlayout
---

# automaticallyMirrorsInRightToLeftLayout

Determines whether the scrubber mirrors its layout for right-to-left layouts.

## Declaration

```swift
var automaticallyMirrorsInRightToLeftLayout: Bool { get }
```

## Discussion

Discussion If true, the layout of a scrubber in a right-to-left interface is the mirror of the left-to-right version. If you wish to customize the behavior of the scrubber in right-to-left interfaces in a custom subclass, override this method to return false. The base implementation of this method returns true.

## See Also

### Subclassing a scrubber layout

- [prepare()](appkit/nsscrubberlayout/prepare().md)
- [scrubberContentSize](appkit/nsscrubberlayout/scrubbercontentsize.md)
- [layoutAttributesForItem(at:)](appkit/nsscrubberlayout/layoutattributesforitem(at:).md)
- [layoutAttributesForItems(in:)](appkit/nsscrubberlayout/layoutattributesforitems(in:).md)
- [shouldInvalidateLayoutForSelectionChange](appkit/nsscrubberlayout/shouldinvalidatelayoutforselectionchange.md)
- [shouldInvalidateLayoutForHighlightChange](appkit/nsscrubberlayout/shouldinvalidatelayoutforhighlightchange.md)
- [shouldInvalidateLayoutForChange(fromVisibleRect:toVisibleRect:)](appkit/nsscrubberlayout/shouldinvalidatelayoutforchange(fromvisiblerect:tovisiblerect:).md)
