In The Hand - .NET Components for Mobility
Contains classes to create controls that enable a user to interact with an application.
Classes
| Class | Description | |
|---|---|---|
| Border |
Draws a border, background, or both around another object.
| |
| Button |
Represents a button control.
| |
| Canvas |
Defines an area within which you can explicitly position child objects by using coordinates that are relative to the area.
| |
| CheckBox |
Represents a control that a user can select (check) or clear (uncheck).
| |
| CleanUpVirtualizedItemEventArgs |
Provides data for the CleanUpVirtualizedItemEvent event.
| |
| ColumnDefinition |
Defines column-specific properties that apply to Grid objects.
| |
| ColumnDefinitionCollection |
Provides access to an ordered, strongly typed collection of ColumnDefinition objects.
| |
| ComboBox |
Represents a selection control that combines a non-editable text box and a drop-down containing a list box that allows users to select an item from a list.
| |
| ComboBoxItem |
Represents a selectable item in a ComboBox.
| |
| 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 ContentPresenter.
| |
| 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 a control template.
| |
| Grid |
Defines a flexible grid area that consists of columns and rows.
| |
| HyperlinkButton |
Represents a button control that displays a hyperlink.
| |
| Image |
Draws a border, background, or both around another object.
| |
| InkPresenter |
Implements a rectangular surface that displays ink strokes.
| |
| ItemCollection |
Holds the list of items that represent the content of an ItemsControl.
| |
| 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.
| |
| ItemsPresenter |
Specifies where items are placed in a control, usually an ItemsControl.
| |
| ListBox |
Contains a list of selectable items.
| |
| ListBoxItem |
Represents a selectable item in a ListBox.
| |
| Panel | ||
| PasswordBox |
Represents a control for entering passwords.
| |
| ProgressBar |
Represents a control that indicates the progress of an operation.
| |
| RadioButton |
Base class for controls that can switch states, such as CheckBox and RadioButton.
| |
| RowDefinition |
Defines row-specific properties that apply to Grid objects.
| |
| RowDefinitionCollection |
Provides access to an ordered, strongly typed collection of RowDefinition objects.
| |
| ScrollContentPresenter |
Displays the content of a ScrollViewer control.
| |
| ScrollViewer |
Represents a scrollable area that can contain other visible elements.
| |
| SelectionChangedEventArgs |
Provides data for the SelectionChanged event.
| |
| Slider |
Represents a control that lets the user select from a range of values by moving a Thumb control along a track.
| |
| 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.
| |
| TextChangedEventArgs |
Provides data for the TextChanged event.
| |
| ToolTip |
Represents a control that creates a pop-up window that displays information for an element in the UI.
| |
| UIElementCollection |
Represents an ordered collection of UIElement objects.
| |
| UserControl |
Provides the base class for defining a new control that encapsulates related existing controls and provides its own logic.
| |
| VirtualizingPanel |
Provides a framework for Panel elements that virtualize their visual children.
| |
| VirtualizingStackPanel |
Arranges and virtualizes content on a single line that is oriented either horizontally or vertically.
|
Delegates
| Delegate | Description | |
|---|---|---|
| CleanUpVirtualizedItemEventHandler |
Represents the method that handles the CleanUpVirtualizedItemEvent attached events.
| |
| SelectionChangedEventHandler |
Represents the method that will handle the SelectionChanged routed event.
| |
| TextChangedEventHandler |
Represents the method that will handle the TextChanged event.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| ClickMode |
Specifies when the Click event should be raised for a control.
| |
| Orientation |
Defines the different orientations that a control or layout can have.
| |
| ScrollBarVisibility |
Specifies the visibility of a scrollbar within a ScrollViewer control.
| |
| SelectionMode |
Defines the selection behavior for a ListBox.
| |
| VirtualizationMode |
Specifies the method the VirtualizingStackPanel uses to manage virtualizing its child items.
|