# 리스트뷰 디자인

리스트뷰는 데이터 테이블의 데이터를 브라우저에 목록으로 표시할 수 있습니다. 이 장에서는 테이블 디자인에 대해 자세히 설명합니다.

## 리스트뷰 디자인&#x20;

포건시에서 리본에서 리스트뷰를 디자인하거나 마우스 오른쪽 버튼 클릭 메뉴에서 테이블 설정을 통해 테이블을 설정할 수 있습니다.

#### 리본 설정&#x20;

리스트뷰를 선택한 후 리본 메뉴에서 \[리스트뷰 도구-디자인]을 선택하여 테이블을 다음과 같이 설정합니다.

![](/files/ou8ucqmuNdF5JFvu5LvN)

#### 메뉴 설정을 마우스 오른쪽 버튼을 클릭&#x20;

다음 그림과 같이 리스트뷰 선택하고 마우스 오른쪽 버튼을 클릭하고 \[테이블 설정]을 선택하여 테이블의 모양, 편집 선택, 기타 동작 및 데이터에 대한 설정을 수행합니다.

![](/files/iwhTJL8wEPjmlsJZVr2p)

{% hint style="info" %}
리스트뷰의 데이터 영역을 두 번 클릭하여 테이블 설정 대화 상자를 직접 엽니다.&#x20;
{% endhint %}

## 명령 편집&#x20;

테이블의 필드는 셀 유형 설정을 지원하며 테이블의 편집 가능한 셀 유형은 설정 명령을 지원합니다.

다음 그림과 같이 테이블의 주문 번호 필드를 텍스트 상자 유형으로 설정하고 오른쪽 셀 설정에서 명령 편집 하이퍼링크를 클릭하여 명령 창을 열 수 있습니다.

이렇게 하면 테이블에서 편집할 수 있는 셀의 값이 변경될 때 설정된 명령이 실행됩니다.

![](/files/TFXfO2MAJWHn9teTSgQY)


---

# 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://doc.forguncy.co.kr/components/designlistview.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.
