Skip to content

WinForms versus XAML Runtime Controls

The following table lists common WinForms controls and their equivalent under the XAML Runtime on Windows Embedded Compact:-

Windows FormsXAML
ButtonButton
CheckBoxCheckBox
ComboBoxComboBox
DataGridListBox
HScrollBarScrollViewer
LabelTextBlock
LinkLabelHyperlinkButton
ListBoxListBox
ListViewListBox
MediaPlayer*MediaElement**
PanelCanvas / Grid / StackPanel
PictureBoxImage
ProgressBarProgressBar
RadioButtonRadioButton
TextBoxTextBox / PasswordBox
TimerDispatcherTimer / Storyboard
TrackBarSlider
VScrollBarScrollViewer
WebBrowserWebBrowser**

* Third-party Control

** Add-on control available for XAML In The Hand

Feedback and Knowledge Base