# 초기 로딩 데이터 및 불러올 행 수

리스트뷰에 데이터가 너무 많은 경우 로딩 레코드 행 수를 수동으로 설정하거나 요청 시 로드하도록 설정할 수 있습니다.

## 초기 로딩 데이터&#x20;

레코드 행 수가 무제한이거나 초기 로딩 데이터가 비어 있으면 모든 레코드가 로드됩니다. 로드할 레코드 행 수를 수동으로 설정할 수 있습니다.

리스트뷰를 선택한 후 리본의 리스트뷰 도구-디자인-쿼리 조건 설정에서 초기 로딩 데이터를 설정합니다.

![](/files/vTxkyW9n92CfEor3wrmL)

## 불러올 행 수&#x20;

리스트뷰의 데이터 행 수가 로드된 레코드 행 수보다 크면 리스트뷰를 마지막 레코드 행으로 스크롤할 때 레코드가 자동으로 로드되고 기본값은 100개 행입니다.

리스트뷰를 선택한 후 리본메뉴에서 \[리스트뷰 도구-디자인-쿼리 조건 설정]에서 실시간처리를 클릭하면 로드된 행 수를 설정할 수 있습니다.

![](/files/9CE40L9xxcZrt38ZRXLY)


---

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