# Enhanced TabControl

The [TabControl](https://docs.wisej.com/api/wisej.web/containers/tabcontrol) in Wisej.NET not only covers all of the existing WinForms features but adds several new features on top of it like

* Hidden property to show/hide a Tab Page without recreating the Tab Control
* Allow the user to move Tab Pages around
* Mnemonics
* Change the Orientation and the [TabSizeMode](https://docs.wisej.com/api/wisej.web/containers/tabcontrol/wisej.web.tabsizemode).

{% hint style="info" %}
Check out our [blog entry](https://wisej.com/tag/tabcontrol/) to learn more about the extended features of a Wisej.NET TabControl.
{% endhint %}


---

# 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/migration/winforms-to-wisej-1/optimizations-after-migration/enhanced-tabcontrol.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.
