# ListElement

This element will display a list of items.

## Properties

<table data-full-width="true"><thead><tr><th width="229">Name</th><th width="155.66666666666669">Type</th><th>Description</th></tr></thead><tbody><tr><td>Data</td><td>object[]</td><td>An array of objects coming from a <a href="/pages/hFrDRQrhCdHv3AbcSQXG">source</a></td></tr><tr><td>RowsVisible</td><td>int</td><td>Number of items visible at the same time</td></tr><tr><td>RowIncrementPerChange</td><td>int</td><td>Number of rows shifted per change. If same as RowsVisible, then whole page is chjanged.</td></tr><tr><td>ChangeInterval</td><td>TimeSpan</td><td>Interval of when a change is done</td></tr><tr><td>DataChangedMode</td><td>Enum</td><td><p>Whenever data is set, this value defines what happens:</p><p><code>KeepPosition</code> will keep the current scroll position<br><code>StartFromBeginning</code> will revert to the start</p></td></tr><tr><td>DataContentChangedMode</td><td>Enum</td><td><p>Whenever data is set and the content is different than before, this value defines what happens:</p><p><code>KeepPosition</code> will keep the current scroll position<br><code>StartFromBeginning</code> will revert to the start</p></td></tr><tr><td>DataChangedDelayMode</td><td>Enum</td><td>Defines when a data change occurs when new data is set:<br><code>Now</code> changes the data source instantly<br><code>AfterCurrentPage</code> changes after the current page<br><code>AfterLastPage</code> waits until the end before changing</td></tr></tbody></table>


---

# 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://docs.dbnetsoft.com/dbnetsoft/screenspro/controls/listelement.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.
