# 열 선택 기능

포건시에서 리스트뷰의 \[열 선택 기능]을 선택하면 리스트뷰의 첫 번째 열이 체크박스로 설정되고 체크박스를 클릭하면 행 레코드가 선택됩니다. 하나 이상의 레코드 행을 선택할 수 있습니다.

선택 열을 표시하는 방법에는 두 가지가 있습니다.

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

![](/files/pJ1PgIePhFt0rXdEENYS)

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

![](/files/eprGH96Xph4YxTV0k7tA)

선택 열이 표시되면 비어 있는지 여부에 관계없이 리스트뷰 행의 첫 번째 셀이 체크박스로 설정됩니다.

ListView 선택 항목  표시기  플러그인과 함께 사용할 수 있습니다. 선택 열을 표시하도록 테이블을 설정한 후 페이지에서 셀 영역을 선택하고 아래 그림과 같이 "ListView 선택 항목  표시기"로 설정합니다.

<figure><img src="/files/TXar5dgZTInTzdxzIyxJ" alt=""><figcaption></figcaption></figure>

행을선택하려면  리스트뷰에서 레코드 앞의 체크박스를 선택하면 선택한 레코드가 리스트뷰 선택 항목표시기에 표시됩니다.

<figure><img src="/files/xAfpUYml7PDwGtmxszKa" alt=""><figcaption></figcaption></figure>


---

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