# 행 헤더 표시하기

포건시에서 리스트뷰의 행을 선택하면 각 행의 행 헤더가 리스트의 첫 번째 열에 표시됩니다.<br>

행 헤더를 표시하는 방법에는 두 가지가 있습니다.

방법 1. 리스트뷰 선택한 후 리본의 \[리스트뷰 도구-디자인-스타일 옵션] 영역에서 \[행 헤더] 선택합니다.

![](/files/isQBNCgDmSc8YpbqxLd1)

방법 2. 리스트뷰를 선택하고 마우스 오른쪽 버튼을 클릭하고 마우스 오른쪽 버튼 클릭 메뉴에서 \[리스트뷰 세부 옵션 설정]을 선택하고 리스트뷰옵션 설정 대화 상자를 표시하고 \[리스트뷰 행 헤더 표시하기]를 선택합니다.

![](/files/ElpshW2ANJpmMTz9z17i)

* 리스트뷰 템플릿 행의 첫 번째 셀이 비어 있으면 실행 후 리스트뷰의 행 헤더에 행 순번이 표시됩니다.

![](/files/I3KEVgapkLftuPNEsqOh)

* 리스트뷰 템플릿 행의 첫 번째 셀이 비어 있지 않고 필드 또는 기타 고정 값이 있는 경우 실행 후 행 헤더에 필드 값 또는 고정 값이 표시됩니다.

![](/files/SxCZaEPSZzBGHPJu7fj8)


---

# 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/undefined.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.
