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.
在 WinForm 中,我使用了工具箱外的 BindingNavigator。
我正在将应用程序移动到 WPF。工具箱或扩展 WPF 工具包中没有 BindingNavigator。
WPF 非常简单,有几个文本框显示来自数据中几个字段的信息,但我想要一种一次滚动浏览记录的方法。
BindingNavigator 的 WPF 替代方案是什么?
比开箱即用的 WinFrom BindingNavigator 更复杂,但可能更强大。
Christian Nagel 的博客有以下两篇文章:
WPF 的 BindingNavigator(第 1 部分 - 创建)
WPF 的 BindingNavigator(第 2 部分——使用)