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.
我正在尝试使用 scatterview 动态显示不同表格的内容,有没有一种简单的方法可以做到这一点。现在我在 DatagridView 中有一个查询的结果,我想将它添加到 ScatterViewItem。我尝试直接分配,但是我在这里一定做错了什么。我需要将它绑定到 xaml 代码吗?
dgv = QueryResult(); svi.Content = dgv.DataSource;
这个问题的答案已经有了,我的错误我没有很好地搜索。中的最后一篇文章: 我可以以编程方式将一行添加到 WPF 数据网格吗?
请版主适当地标记。
谢谢