# Min Width

## Introduction

The `Min Width` variable sets the minimum width in pixels. The value is applied after all other layout so it can be used to overwrite automatically-assigned width.

By default this value is `<NULL>` which means there is no `Min Width`.

<figure><img src="/files/bSyobaQ9vVNXRdF7zGf2" alt=""><figcaption><p>A ColoredRectangle with no Min Width</p></figcaption></figure>

If `Min Width` is assigned (not `<NULL>`), then the effective width cannot be smaller than the `Min Width` value. The following animation shows that the width is limited to a `Min Width` of `100`.

<figure><img src="/files/QmUdFEsPByvH2XyFK07B" alt=""><figcaption><p>Min Width set to 100 limits the ColoredRectangle's width</p></figcaption></figure>

Notice that the `Width` variable can still be set to a value smaller than `Min Width`, but it does not apply visually.

`Min Width` can also be used if `Width Units` is set to values other than `Absolute`. For example, `Min Width` can be used to limit the width of a ColoredRectangle when `Width Units` is `Relative to Parent`.

<figure><img src="/files/cnei4AdoQKApSi6eBX2n" alt=""><figcaption><p>ColoredRectangle's width limited by its <code>Min Width</code> of 100</p></figcaption></figure>


---

# 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.flatredball.com/gum/gum-tool/gum-elements/general-properties/min-width.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.
