Windows.UI.Xaml.Controls Namespace |
Class | Description | |
---|---|---|
Border |
Draws a border, background, or both, around another object.
| |
Button |
Represents a templated button control that interprets a Click user interaction.
| |
Canvas |
Defines an area within which you can explicitly position child objects, using
coordinates that are relative to the Canvas area.
| |
CheckBox |
Represents a control that a user can select (check) or clear (uncheck). A
CheckBox can also report its value as indeterminate.
| |
ColumnDefinition |
Defines column-specific properties that apply to Grid objects.
| |
ComboBox |
Represents a selection control that combines a non-editable text box and
a drop-down list box that allows users to select an item from a list.
| |
ContentControl |
Represents a control with a single piece of content. Controls such as Button,
CheckBox, and ScrollViewer directly or indirectly inherit from this class.
| |
ContentPresenter |
Displays the content of a ContentControl.
| |
Control |
Represents the base class for UI elements that use a ControlTemplate to define
their appearance.
| |
ControlTemplate |
Defines the element tree that is applied as the control template for a control.
| |
DataGrid |
Represents a control that displays data in a customizable grid.
| |
DataGridBoundColumn |
Serves as the base class for columns that can bind to a property in the data
source of a System.Windows.Controls.DataGrid.
| |
DataGridCheckBoxColumn |
Represents a System.Windows.Controls.DataGrid column that hosts System.Windows.Controls.CheckBox
controls in its cells.
| |
DataGridColumn |
Represents a System.Windows.Controls.DataGrid column.
| |
DataGridHyperlinkColumn |
Represents a System.Windows.Controls.DataGrid column that hosts System.Uri
elements in its cells.
| |
DataGridTemplateColumn |
Represents a System.Windows.Controls.DataGrid column that hosts template-specified
content in its cells.
| |
DataGridTextColumn |
Represents a System.Windows.Controls.DataGrid column that hosts textual content
in its cells.
| |
Expander | ||
Grid |
Defines a flexible grid area that consists of columns and rows. Child elements
of the Grid are measured and arranged according to their row/column assignments
and internal class logic.
| |
HeaderedContentControl |
Provides the base implementation for controls that contain a single
content element and a header.
| |
HyperlinkButton |
Represents a button control that displays a hyperlink.
| |
Image |
Represents a control that displays an image. The image is specified as an image file in several possible formats, see Remarks.
| |
ItemsControl |
Represents a control that can be used to present a collection of items.
| |
ItemsPanelTemplate |
Specifies the panel that the ItemsPresenter creates for the layout of the
items of an ItemsControl.
| |
ListBox |
Contains a list of selectable items.
| |
ListBoxItem |
Represents the container for an item in a ListBox control.
| |
MediaElement |
Represents an object that contains audio, video, or both.
| |
Page |
Encapsulates a page of content that can be navigated to.
| |
Panel |
Provides a base class for all Panel elements. Use Panel elements to position
and arrange child objects in a UI page.
| |
PasswordBox |
Represents a control for entering passwords.
| |
RadioButton |
Represents a button that allows a user to select a single option from a group
of options.
| |
RowDefinition |
Defines row-specific properties that apply to Grid elements.
| |
ScrollViewer |
Represents a scrollable area that can contain other visible elements.
| |
SelectionChangedEventArgs |
Provides data for the SelectionChanged event.
| |
StackPanel |
Arranges child elements into a single line that can be oriented horizontally
or vertically.
| |
TextBlock |
Provides a lightweight control for displaying small amounts of text.
| |
TextBox |
Represents a control that can be used to display single-format, multi-line
text.
| |
UserControl |
Provides the base class for defining a new control that encapsulates related
existing controls and provides its own logic.
| |
WrapPanel |
Positions child elements in sequential position from left to right, breaking
content to the next line at the edge of the containing box. Subsequent ordering
happens sequentially from top to bottom or from right to left, depending
on the value of the System.Windows.Controls.WrapPanel.Orientation property.
|
Structure | Description | |
---|---|---|
DataGridLength |
Represents the lengths of elements within the System.Windows.Controls.DataGrid
control.
|
Delegate | Description | |
---|---|---|
SelectionChangedEventHandler |
Represents the method that will handle the SelectionChanged event.
|
Enumeration | Description | |
---|---|---|
DataGridLengthUnitType |
Defines constants that specify how elements in a System.Windows.Controls.DataGrid
are sized. Note: SizeToCells and SizeToHeader are not available yet.
| |
DataGridSelectionMode |
Defines constants that specify whether single or multiple item selections
are supported by a System.Windows.Controls.DataGrid control.
| |
Orientation |
Defines constants that specify the different orientations that a control or layout can have.
| |
ScrollBarVisibility |
Specifies the visibility of a scrollbar within a ScrollViewer control.
| |
ScrollMode |
Defines constants that specify scrolling behavior for ScrollViewer and other
parts involved in scrolling scenarios.
| |
SelectionMode |
Defines the selection behavior for a ListBox.
|