<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 10.15.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/SidebarListStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI16SidebarListStyleV"
  },
  "title" : "SidebarListStyle"
}
-->

# SidebarListStyle

The list style that describes the behavior and appearance of a
sidebar list.

```
struct SidebarListStyle
```

## Overview

You can also use [`sidebar`](/documentation/SwiftUI/ListStyle/sidebar) to construct this style.

## Topics

### Creating the list style

[`init()`](/documentation/SwiftUI/SidebarListStyle/init())

Creates a sidebar list style.



---

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)