# Position

Namespace: **Wisej.Web**

Assembly: **Wisej.Framework** (4.0.0.0)

Specifies one of four positions in a container.

{% tabs %}
{% tab title="C#" %}

```csharp
public enum Position : Enum
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Enum Position As [Enum]
```

{% endtab %}
{% endtabs %}

## Fields

| Name       | Description                               |
| ---------- | ----------------------------------------- |
| **Bottom** | Indicates the bottom side of a container. |
| **Left**   | Indicates the left side of a container.   |
| **Right**  | Indicates the right side of a container.  |
| **Top**    | Indicates the top side of a container.    |

## Used By

| Name                                                                                                                 | Description                                                                                                                                                |
| -------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [DataGridView.ToolsPosition](/api/wisej.web/lists-and-grids/datagridview.md#toolsposition)                           | Returns or sets the position of the [ComponentTool](/api/wisej.web/editors/wisej.web.componenttool.md) items associated with this control.                 |
| [DataGridView.ScrollRowIntoView](/api/wisej.web/lists-and-grids/datagridview.md#scrollrowintoview-row-aligny)        | Scrolls the specified row into view.                                                                                                                       |
| [DataGridView.ScrollCellIntoView](/api/wisej.web/lists-and-grids/datagridview.md#scrollcellintoview-cell)            | Scrolls the specified cell into view aligned according to the position specified by *alignX* and *alignY* , if possible.                                   |
| [DataGridView.ScrollColumnIntoView](/api/wisej.web/lists-and-grids/datagridview.md#scrollcolumnintoview-columnindex) | Scrolls the specified column into view aligned to the left or right according to the position specified by *alignX* .                                      |
| [Desktop.TaskbarPosition](/api/wisej.web/containers/desktop.md#taskbarposition)                                      | Return or sets the position of the taskbar to one of the four sides indicated by the [Position](/api/wisej.web/enumerations/wisej.web.position.md) values. |
| [ListView.ToolsPosition](/api/wisej.web/lists-and-grids/listview.md#toolsposition)                                   | Returns or sets the position of the [ComponentTool](/api/wisej.web/editors/wisej.web.componenttool.md) items associated with this control.                 |
| [PropertyGrid.ToolsPosition](/api/wisej.web/lists-and-grids/propertygrid.md#toolsposition)                           | Returns or sets the position of the [ComponentTool](/api/wisej.web/editors/wisej.web.componenttool.md) items associated with this control.                 |


---

# 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/api/wisej.web/enumerations/wisej.web.position.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.
