# XWUIScrollArea

Custom scrollable area

## Basic Usage

A vertical scroll area: a 220px host with a tall row list that overflows and scrolls.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: A vertical scroll area: a 220px host with a tall row list that overflows and scrolls.
```

## Horizontal

A horizontal scroll area: a fixed-width host with a wide card strip that scrolls sideways.

```example
file: examples/Horizontal.ts
html: examples/Horizontal.html
title: Horizontal
description: A horizontal scroll area: a fixed-width host with a wide card strip that scrolls sideways.
```

## Hidden Scrollbar

Tall content that scrolls by wheel or drag with the scrollbar hidden.

```example
file: examples/HiddenScrollbar.ts
html: examples/HiddenScrollbar.html
title: Hidden Scrollbar
description: Tall content that scrolls by wheel or drag with the scrollbar hidden.
```

```api
```
