# Spacer

A `Spacer` control draws a line, horizontal or vertical, between controls. `Spacer` controls do not react to any keyboard, mouse, mouse wheel, or tablet input and cannot be enabled or selected.

{% hint style="info" %}
For a full list of properties, methods and events see the [API documentation.](http://docs.wisej.com/api)
{% endhint %}

## Features

### Custom Size

The `Spacer` control can be customized to create spacers of any size.

![Spacer control demonstrating size customization at design time](https://553579532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MF1D11gPs_az3xaKusw%2Fuploads%2Fgit-blob-9f18b67f6ea0b3d6d2c2f11eb8877e06f7686f9a%2FSpacerDesignTime.gif?alt=media)


---

# 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.wisej.com/docs/controls/content/spacer.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.
