# 리스트뷰 포커스

기본적으로 포건시를 사용하면 TAB키를 사용하여 포커스를 전환할 때 포커스를 얻을 수 있습니다.&#x20;

리스트뷰를 선택하고 마우스 오른쪽 버튼을 클릭한 후 마우스 오른쪽 버튼 클릭 메뉴에서 "리스트뷰세부옵션설정"을 선택하면 리스트뷰 설정 대화 상자가 팝업되고 "기타" 탭에서 포커스 동작을 설정합니다.

포커스 동작에는 다음 세 가지 유형이 포함됩니다.

* TAB을 사용하여 포커스를 전환할 때 포커스를 얻도록 허용합니다. 이 옵션은 기본적으로 선택되어 있습니다.
* Enter 키를 누르면 셀의 포커스가 수평으로 이동합니다.
* 키보드를 사용하여 포커스를 전환하는 경우 편집 가능한 셀 간에만 전환됩니다.

<figure><img src="/files/QrNG3GsKjvTuMq2fkSXq" 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/focus-1.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.
