# General

- [Application](https://docs.wisej.com/docs/controls/general/application.md): Represent a Wisej.NET application session. Provides methods and events to manage the application in the context of the current session
- [AutoSizing](https://docs.wisej.com/docs/controls/general/autosizing.md): Allow controls to adjust their size to fit their content.
- [AutoScroll](https://docs.wisej.com/docs/controls/general/autoscroll.md): Enables scrollbars on a container when the content overflows.
- [AutoScaling](https://docs.wisej.com/docs/controls/general/autoscaling.md): Adjusts the size of a container and all its children when the font size changes.
- [Accessibility](https://docs.wisej.com/docs/controls/general/accessibility.md): Adds standard accessibility attributes to the browser element to help with accessible support software.
- [Colors & Fonts](https://docs.wisej.com/docs/controls/general/colors-and-fonts.md): Color and font concepts.
- [Embedded Tools](https://docs.wisej.com/docs/controls/general/embedded-tools.md): Add small buttons inside a control adding custom functionality.
- [Events](https://docs.wisej.com/docs/controls/general/lazy-events.md): Event routing concepts.
- [Touch Events](https://docs.wisej.com/docs/controls/general/touch-events.md): Touch events compatibility and emulation.
- [Images](https://docs.wisej.com/docs/controls/general/icons.md): Image concepts.
- [Labels](https://docs.wisej.com/docs/controls/general/labels.md): Add labels to editable controls.
- [ToolTips](https://docs.wisej.com/docs/controls/general/tooltips.md): Tooltip concepts.
- [Data Binding](https://docs.wisej.com/docs/controls/general/data-binding.md): Data binding concepts.
- [Common Properties](https://docs.wisej.com/docs/controls/general/common-properties.md): Shared features and properties among all Wisej.NET controls.
- [Custom Painting](https://docs.wisej.com/docs/controls/general/custom-painting.md): Custom painting and drawing in the browser.
- [Move & Resize](https://docs.wisej.com/docs/controls/general/move-and-resize.md): Allows the user to move and resize controls in the browser.
- [Drag & Drop](https://docs.wisej.com/docs/controls/general/drag-and-drop-1.md): Drag & drop data and files concepts.
- [Validation](https://docs.wisej.com/docs/controls/general/validation.md): User input validation concept and patterns.
- [User Data](https://docs.wisej.com/docs/controls/general/user-data.md)
- [Responsive Properties](https://docs.wisej.com/docs/controls/general/responsive-properties.md): Properties that change their value according to the client profile.
- [VB.NET Extensions](https://docs.wisej.com/docs/controls/general/vb.net-extensions.md): Common VB.NET extension methods to basic objects.


---

# 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/general.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.
