# showBorder

> Enable this property to display a border around the collection view.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.UIElements](/engine/6000.3/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public bool showBorder { get; set; }
```

### Remarks

If set to true, a border appears around the ScrollView that the collection view uses internally.
