如何在 wpf 中的两个数据网格之间拖放?
例如,将一行从一个数据网格表拖动到另一个数据网格表? 然而,另一个数据网格表仅显示行,它操纵收集的数据并以自己的方式显示它。
我正在使用 wpf 工具包。可以给我看一个关于此的示例吗?
For example, dragging a row from a datagrid table to another datagrid table?
However the other datagrid table just present the row, it manipulates the data gathered and present it in its own way.
I am using wpf toolkit. Can show me a sample example on this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这里是一个很好的起点。虽然本教程是针对 ListBox 显示的,但它也可以适用于 DataGrid(尽管我自己还没有尝试过)。
Here is a good place to start. Although the tutorial is shown for ListBox, it can also be adapted for DataGrid (although I have not tried it for myself).