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.
我正在使用 Xtragrid Suit 来制作我的 windows 窗体网格。有没有办法设置gridControl或gridView的垂直和水平滚动位置?
一段时间后,我找到了一种使用GridView.LeftCoord水平滚动和GridView.TopRowIndex.
GridView.LeftCoord
GridView.TopRowIndex
此属性的更改引发此事件 LeftCoordChanged 和 TopRowChanged。
我在下面的链接中找到了信息。
有没有办法控制gridview的垂直滚动位置?