# ListViewCustom

![](https://i1.wp.com/AppyBuilder.com/img/pixiibomb3.png)

**By: Pixii Bomb**

This is a visible component that displays a **list** of Images and Text elements in a **ListView** like below:

![](/files/-L9BuaXgUtpl90hf8UVe)

The list can be set using the **ElementsFromString** property or using the **Elements** block in the blocks editor.

In this example, we will build an app that will show fish images and text description in a ListView. Clicking an item will display a large image of the selected row. It will also display a textual description of the selected image. The source for this sample app can be found here in the forum community here: <http://community.appybuilder.com/t/custom-listview/1402/29>

![](/files/-L9BuaYA0jelDrwZsME0)

## Blocks

![](/files/-L9BuaYJUf2inub_QRib)


---

# 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://help.appybuilder.com/components/reference/user-interface/listviewcustom.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.
