> For the complete documentation index, see [llms.txt](https://docs.blup.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blup.in/wiki/design-ui/properties-panel/list-properties.md).

# List Properties

<figure><img src="/files/h2JdkPl6pwPwjQgNY3fV" alt="List UI"><figcaption><p>List UI</p></figcaption></figure>

| Component                  | Description                                                                                                                                                                 |
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Align Icons**            | Click icons or use shortcut keys to align text. For example, click "Align Left" or use Ctrl+Shift+Left to left-align text.                                                  |
| **Postitions**             | Set List positions on the X and Y axis of the mobile canvas.                                                                                                                |
| **List Size**              | Specify the width and height of the List by providing values for width (W) and height (H).                                                                                  |
| **Margin**                 | Provide margin to the List view from any of the four directions by specifying the margin value.                                                                             |
| **List Type**              | Select the layout of the list: simple list, wheel list, or one item list.                                                                                                   |
| **Scroll Physics**         | Adjust the scrollable effect: always scrollable, bouncing, clamping, or never scrollable scroll physics.                                                                    |
| **Internal Scroll Margin** | Adjust the margin of the list from inside. Provide a fixed margin for all sides or set individual margins by clicking on the icon.                                          |
| **Space Between Items**    | Adjust the spacing between the items inside the list. Set item spacing to adjust space between items or grid space for equal horizontal and vertical spacing between items. |
| **Visible**                | By checking the checkbox the entire selected list will be hidden.                                                                                                           |
| **Horizontal Scroll**      | Check the checkbox to hide horizontal scroll and show only one item.                                                                                                        |

If you have any ideas to make Blup better you can share them through our [Discord community channel](https://discord.com/channels/940632966093234176/965313562425823303)

## Music to go with.

{% embed url="<https://open.spotify.com/playlist/0vvXsWCC9xrXsKd4FyS8kM?si=2c7f55bd3f944878>" %}
Lofi music
{% endembed %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.blup.in/wiki/design-ui/properties-panel/list-properties.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
