Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在哪里可以找到所有 WPF 控件的定义和示例的参考。我是 WPF 新手,对大多数控件的使用(例如画布、堆栈面板、winformshost、包装面板、停靠面板、内容控件)感到很困惑。在 WinForms 中,我们没有那么多控件。谷歌搜索 wpf 控件定义和用法,但一无所获。
从这里开始: Windows Presentation Foundation了解一般 WPF 信息。
有关控件的具体信息: 按类别分类的控件
msdn 站点可能是您了解 WPF 的第一个最佳选择。
MSDN 控件库总是一个好的开始。
当我开始使用 WPF 时,我还发现这个站点很有用。
请访问链接
http://wpftutorial.net/Layout.html
在这里,您将找到代码示例以及说明。