What is WPF for the WinForms programmer?

后端 未结 8 543
余生分开走
余生分开走 2021-02-04 11:42

What is WPF to the WinForms programmer?

WinForms distilled is adding controls to forms, and adding event handlers. This is simple and easy and allows you to make functio

8条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-04 12:11

    WPF should be every WinForms programmer's dream: instead of procedurally doing every little thing, it lets you say what the controls are, where to put them, what they look like, and to some extent even how they behave in XAML, while letting you customize behavior in the "code behind". Oh, and the designer can do a lot more for you now than before because of the declarative nature of XAML.

提交回复
热议问题