```html Windows UI Library (WinUI 3) - Controls

Windows UI Library (WinUI 3) - Controls

Grid Control

Grid

The Grid control provides a two-dimensional grid layout for arranging controls. It's a powerful and flexible way to organize your UI.

Learn More
Textbox Control

Textbox

The Textbox control provides a single-line text input field. It's ideal for collecting simple text information from the user.

Learn More
Button Control

Button

The Button control is a standard UI element that triggers an action when clicked. It is fundamental to interactive applications.

Learn More
Checkbox Control

Checkbox

The Checkbox control provides a toggleable option that allows the user to select or deselect an option.

Learn More
Radiobutton Control

Radiobutton

The Radiobutton control allows the user to select one option from a group of mutually exclusive options.

Learn More
Slider Control

Slider

The Slider control offers a visual way for users to select a value from a range. This is especially useful for numerical input.

Learn More
Combobox Control

Combobox

The Combobox control presents a list of available options for the user to select from, with a text input field to filter the list. It combines the functionality of a textbox and a dropdown.

Learn More
TabControl Control

TabControl

The TabControl control provides a series of tabs, each containing a distinct section of content. This is great for applications with multiple, related panels.

Learn More
ListBox Control

ListBox

The ListBox control allows the user to select one or more items from a list. This control is excellent when you need a quick selection between multiple options.

Learn More
TreeView Control

TreeView

The TreeView control displays hierarchical data in a tree structure, allowing users to navigate through nested categories and items.

Learn More
Progressbar Control

Progressbar

The Progressbar control visually indicates the progress of a task or operation. Useful in processes that take time to complete.

Learn More
Dropdown Control

Dropdown

The Dropdown control offers a list of options that the user can select from. Similar to a Combobox, but with a simpler selection method.

Learn More
```