# 선택 설정

리스트뷰에서  데이터를 선택할 때 라디오만 허용하고 항상 선택을 유지하도록 데이터 선택을 설정할 수 있습니다.

리스트뷰를 선택하고 마우스 오른쪽 버튼을 클릭하여 마우스 오른쪽 버튼 클릭 메뉴에서 \[리스트뷰 옵션 설정]을 선택한 후, \[편집 및 선택] 탭을 선택합니다.<br>

선택 설정에는 행 선택 체크박스 상태 유지, 단일 셀 단위만 선택 허용 (드래그 비허용)이 있습니다.

![](/files/KGkXNd5rk0M1PpfTkVb6)

### 단일 셀 단위만 선택 허용 (드래그 비허용)&#x20;

다중 선택은 기본적으로 허용됩니다. "단일 셀 단위만 선택 허용"을 선택하면 다중 선택이 단일 선택만 가능합니다.

![](/files/eCcK5cpvXQrsLJWSdp7I)

## 행 선택 체크박스 상태 유지  <a href="#id-xuan-ze-she-zhi-shi-zhong-bao-liu-xuan-ze-xiang" id="id-xuan-ze-she-zhi-shi-zhong-bao-liu-xuan-ze-xiang"></a>

이 옵션은 리스트뷰에 선택 열이 표시되는 경우에만 적용됩니다.

이 옵션을 선택하면 리스트뷰를 다시 로드할 때 리스트뷰의 선택이 유지됩니다. 리스트뷰 선택 항목기를 사용할 때 이 옵션을 선택하는 것이 좋습니다.

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

예를 들어 항상 선택 항목 유지를 선택하지 않으면 테이블이 페이징되고 첫 번째 페이지의 데이터를 선택한 다음 페이지를 넘기고 다음 페이지의 데이터를 선택하면 이전에 선택한 데이터가 유지되지 않습니다.

행 선택 체크박스 상태 유지를 선택한 후 첫 번째 페이지의 데이터를 선택한 다음 페이지를 뒤집어 다음 페이지의 데이터를 선택하면 이전에 선택한 데이터가 유지됩니다.

<figure><img src="/files/6XDEHppK0VTcofOKMfKx" 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/forguncy-v9/components/designlistview/settingselection.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.
