Common UI Controls
Button
Standard clickable control for actions.
TextBox
Single-line text input field.
ListView
Displays a collection of items in a list.
ComboBox
Dropdown list for selection.
TreeView
Hierarchical data representation.
ProgressBar
Indicates task progress.
Control Overview
Windows UI controls are built on XAML and expose a rich set of properties, events, and methods. Choose the appropriate control based on the interaction model you need. For detailed API reference, visit the API Reference.