2.

SendMessage(lvPrintData.Handle, WM_VSCROLL, 1, 0);
[DllImport("user32.dll", EntryPoint = "SendMessage")]
static extern int SendMessage(IntPtr hwnd, int wMsg, int wParam, int lParam);
const int WM_VSCROLL = 0x0115;

相关文章:

  • 2021-07-08
  • 2021-07-02
  • 2021-08-20
  • 2021-07-17
猜你喜欢
  • 2021-10-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-03
相关资源
相似解决方案