# 기타 설정

### 리스트뷰 외 요소 선택 시 선택 표시  숨기기&#x20;

탭에서 포커스가 있을 때 선택 효과를 숨길지 여부를 설정할 수 있습니다. 기본적으로 선택되어 있지 않습니다.

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

포커스를 잃었을 때 선택 항목을 숨기지 않는 효과는 아래와 같습니다.

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

이 옵션을 체크한 후 포커스가 사라지면 아래 그림과 같이 테이블에서 선택 효과가 숨겨집니다.

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

## 작업 중에만 스크롤바 표시&#x20;

"모양표시" 탭에서 작업 중에만 스크롤 막대가 표시되도록 설정할 수 있습니다. 기본값은 선택되어 있습니다.

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

체크하면 테이블 조작 시에만 스크롤 바가 표시됩니다. 예를 들어, 리스트뷰영역으로 마우스를 이동하거나 리스트뷰의 데이터를 편집할 때 스크롤 막대가 표시될 수 있습니다.

<br>

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

<br>

체크를 해제하면 항상 이전 스타일의 스크롤바가 표시됩니다.<br>

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

### 숨기기 무시&#x20;

더 많은 리스트뷰 데이터를 표시하기 위해 작은 영역을 사용하려면 리스트뷰뷰의 일부를 "숨기기 무시"로 설정하십시오.

페이지에서 일부 열을 선택하고 마우스 오른쪽 버튼을 클릭한 후 "숨기기"로 설정합니다.

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

열을 숨기면 리스트뷰의 데이터도 숨겨지므로 "리스트뷰 설정 - 디자인 - 열 설정" 영역에서 "숨기기 무시"를 체크하세요.

<figure><img src="/files/bu62UbuaHRBK6lb3iniJ" 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/etc.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.
