本文介绍了在Wpf dataGrid用户控件中滚动的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好,
我在包含两个datagridViews的UserControl上创建.第一个有20列的datagridview和第二个有20列的datagridview.当我滚动第一个datagridview时,第二个datagridview会自动按照第一个datagridview进行移动
有可能吗?
预先感谢.
Hi Everybody,
I Created on UserControl that contains two datagridViews. first datagridview with 20 columns and second datagridview with 20 columns. when i scroll the first datagridview then automatically second datagridview has to move according to the first datagridview
is it possible.
Thanks in advance.
推荐答案
这篇关于在Wpf dataGrid用户控件中滚动的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!