Windows Forms→WPF 対応表

Last-modified: 2010-09-09 (木) 00:55:15

レイアウト

Windows FormsWPF
PanelCanvas
FlowLayoutPanelWrapPanel
TableLayoutPanelGrid
なしDockPanel
なしStackPanel

コントロール

Windows FormsWPF
FormWindow
UserControlUserControl
ButtonButton
TextBoxTextBox
ListBoxListBox
ComboBoxComboBox
LabelLabel
CheckBoxCheckBox
RadioButtonRadioButton
RichTextBoxRichTextBox
PictureBoxImage
ProgressBarProgressBar
TrackBarSlider
TabControlTabControl
Windows FormsWPF
ListViewListView
TreeViewTreeView
ToolStripToolBar
StatusStripStatusBar
HScrollBarScrollBar
VScrollBarScrollBar
WebBrowserWebBrowser
CheckedListBoxListBoxで代用可能
ToolTip各コントロールに初めからToolTipプロパティあり
LinkLabelTextBlockのHyperLink
DomainUpDownTextBox + RepeatButton
NumericUpDownTextBox + RepeatButton

ダイアログ

Windows FormsWPF
OpenFileDialogなし→Microsoft.Win32.OpenFileDialogで代用
SaveFileDialogなし→Microsoft.Win32.SaveFileDialogで代用
FolderBrowserDialogなし
ColorDialogなし
FontDialogなし

増えた考え方

  • 添付プロパティ
  • コンテンツモデル