# 리스트뷰 새로고침 명령 (ReloadListViewComand)

리스트뷰를 사용할 때 컬럼 헤더의 필터 항목을 사용할 수 있지만 필터항목을 비울 때 컬럼별 포인트가 필요하다는 번거로움이 있습니다. 하지만 버전 7.1부터 공식적으로 리스트뷰 새로고침 명령이 지원됩니다. 리스트뷰 열 헤더 필터링 지우기 뿐만아니라 리스트뷰 데이터 새로고침도 지원합니다.&#x20;

### 플러그인 다운로드&#x20;

버전에 맞는 플러그인을 다운로드 합니다.

<table><thead><tr><th width="139">버전 </th><th>다운로드 링크 </th></tr></thead><tbody><tr><td>v 7. 1</td><td><a href="https://forguncy-korea.github.io/attached_files/Plugin_Files/V7.1_Plugin_20211223/ReloadListViewCommand.zip">ReloadListViewCommand.zip</a></td></tr></tbody></table>

### 사용 방법&#x20;

1. 플러그인을 다운로드합니다.
2. Forguncy Builder에서 설치하고 Forguncy Builder를 다시 실행합니다.
3. 페이지에서 리스트뷰와 버튼을 설정합니다.&#x20;

<figure><img src="https://1191936652-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMDaEsmK9OwD7QYBNk9Sn%2Fuploads%2FVHG1wnkbhFXTzWBTO5JH%2Fimage.png?alt=media&#x26;token=3d2b04f9-05c6-487c-a7cc-9475fb72d78e" alt=""><figcaption></figcaption></figure>

4\. "새로고침"버튼의 명령편집을 아래와 같이 설정합니다.&#x20;

* 명령선택 : 리스트뷰새로고침 명령&#x20;
* 리스트뷰 이름 : 리스트뷰 1
* 열 헤더 필터 지우기 : 필터 항목을 지울 지 여부이며 체크한다. &#x20;

<figure><img src="https://1191936652-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMDaEsmK9OwD7QYBNk9Sn%2Fuploads%2FoEYac8KagOfVPyRJFMeR%2Fimage.png?alt=media&#x26;token=7e0e5112-5f57-4408-ac53-7960964f6aa7" alt=""><figcaption></figcaption></figure>

5\. 실행하고 리스트뷰의 필터를 설정하고 "새로고침"버튼을 클릭하면 새로고침 되는 것을 확인할 수 있습니다.&#x20;

<figure><img src="https://1191936652-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMDaEsmK9OwD7QYBNk9Sn%2Fuploads%2FANr8KkRIvxYA3UsZoQvj%2Fpicture.gif?alt=media&#x26;token=8d85dbf8-8c6e-45b5-b867-355151dd1f35" 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/plugin/useplugin/commandtype/reloadlistviewcomand.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.
