Files
Terminal.Gui/docfx/apispec/namespace-views.md
Tig 38c1182a6f Adds namespace docs & adds new multitasking.md deep dive (#4114)
* Added namespace docs

* Claned up FileServices

* rewrote mainloop.md to be focused on multitasking

* rewrote mainloop.md to be focused on multitasking2

* rewrote mainloop.md to be focused on multitasking3
2025-05-31 21:42:22 -06:00

12 lines
786 B
Markdown

---
uid: Terminal.Gui.Views
summary: The `Views` namespace contains the complete collection of built-in UI controls and widgets.
---
@Terminal.Gui.Views provides a comprehensive set of pre-built user interface controls, derived from @Terminal.Gui.ViewBase.View, that cover common application needs. From simple labels and buttons to complex data grids and tree views, this namespace contains production-ready controls with consistent behavior, theming, and accessibility support.
All Views in this namespace are built on the @Terminal.Gui.ViewBase.View foundation and inherit the complete feature set including adornments, scrolling, focus management, and user arrangement capabilities.
For a complete list of all views with examples, see the [List of Views](~/docs/views.md) page.