以下是引用zhr822在2020-10-28 18:50:04的发言:
老师,我找到了滚动具体的代号意义
用DoScroll(5)时,滚动了二列就不滚了,
用DoScroll(7)时,可以翻页滚动,也就是说,原来显示10列内容,现在可以自动翻一页滚动到20列,当20列显示完了,再有新数据,就不能继续翻页滚动了。
试试这样用:
thisform.grid1.setfocus
thisform.grid1.DoScroll(5)
thisform.grid1.SetFocus
thisform.grid1.ActivateCell(thisform.grid1.ActiveRow, 1)