# List Vertical Element

The Vertical List is just like the Grid List — but stacked in a single column. It’s perfect for menus, feature lists, articles, or categories where a vertical scroll feels more natural.

***

### <mark style="color:green;">📱 Use Cases</mark>

<figure><img src="/files/NC6IsiPyR267lyIN9jhJ" alt="" width="236"><figcaption></figcaption></figure>

* 🍎 Category list (e.g., Fruits, Dairy, Bakery)
* 🛍️ Shop sections (e.g., Men, Women, Kids)
* 🧭 Navigation shortcuts (e.g., About, Services, Contact)
* Article or Blog Feed (Blog headlines or news updates, Article previews with thumbnails and titles)
* Service Menus(“Book a Service” options e.g., Salon, Spa, Home Cleaning)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.twinr.dev/native-screen/list-element/list-vertical-element.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
