|
1
1
您必须使用p/invoke来实现这一点。您可以在中找到示例代码 this thread . 它适用于列表框,也适用于ListView。使用pinvoke.net查找sendmessage的C声明。 我不知道滚动增量的修复方法。setscrollinfo api函数不允许设置小的步进增量。 |