# 리스트

**리스트 블록은 언제 사용하나요?**

* 이미지, 텍스트 등의 블록들을 세로로 배치할 때 사용해요. 주로 [그리드](/main/guide/develop_app/4/block/layout/grid.md)나 [플렉스](/main/guide/develop_app/4/block/layout/flex.md)로 블록들을 가로 배치하고 그 내부에서 세로 배치가 필요한 경우에 사용해요.

**리스트 블록 특징은 무엇인가요?**

* 오마이앱에서 블록들은 기본적으로 세로로 배치되기 때문에 자주 쓰이진 않을 거예요.

<div align="left"><figure><img src="/files/eb77Fj2B06k3ujfJnqW5" alt="" width="563"><figcaption></figcaption></figure></div>

2023.07.24 Jinny

## List

Arrange data (blocks) vertically.

**When do I use the list block?**

* This block is used when arranging data (blocks) vertically, such as images and texts. It is mainly used when you have horizontally arranged blocks into a grid or flex block and need to vertically arrange these.

**What are the characteristics of list blocks?**

* In ohmyapp, blocks are displayed vertically by default, which means that this block will not be of use very often.

> \#리스트, #리스트란?, #세로로 배치하기, #세로 배열하기, #세로 정렬하기, #수직으로 정렬하기, #세로로 배치하는 방법, #내부에서 세로 배치하기, #레이아웃

2023.07.27 Hwaran


---

# 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://docs.ohmyapp.io/main/guide/develop_app/4/block/layout/list.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.
