> For the complete documentation index, see [llms.txt](https://interopxyz.gitbook.io/ui-plus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interopxyz.gitbook.io/ui-plus/components/control/scroll-integer.md).

# Scroll Integer

## Description

Scroll through integers between a specified interval

{% tabs %}
{% tab title="Preview" %}
![](/files/uXRHATG4TbNlAT9l0m6n)
{% endtab %}

{% tab title="Location" %}
**Name** | Ui Scroll Integer

**Nickname** | Scroll Integer

**Tab** | Ui

**Panel** | Control

**Division** | 1
{% endtab %}

{% tab title="Inputs" %}
**\*E** | **Element** (*Ui+ Element*) | An optional input for an Element.&#x20;

> <mark style="color:green;">I</mark>f an Element is input it will be updated, if empty a new Element will be created.
>
> The input control must be of the same type as the component

**L** | **Label** (*Text*) | The control label

**S** | **Selected Integer** (*Integer*) | The control starting integer selection

**W** | **Wrap** (*Bool*) | If true the values will cycle. If false the values will be capped at the min and max

**I** | **Increment** (*Integer*) | The control's step integer increment

**B** | **Bounds** (*Interval*) | The control's low and high integer values
{% endtab %}

{% tab title="Ouputs" %}
**E** | **Element** (*Ui+ Element*) | Ui Element Control.&#x20;
{% endtab %}

{% tab title="Mode" %}
*none*
{% endtab %}
{% endtabs %}

## Usage

![](/files/QY0UkjOzHJLmtK9aRdQc)
