Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
Add NMLVSCROLL
Browse files Browse the repository at this point in the history
  • Loading branch information
lxn committed Mar 23, 2018
1 parent aaf8f59 commit dae64ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions listview.go
Original file line number Diff line number Diff line change
Expand Up @@ -368,3 +368,9 @@ type NMLVDISPINFO struct {
Hdr NMHDR
Item LVITEM
}

type NMLVSCROLL struct {
Hdr NMHDR
Dx int32
Dy int32
}

0 comments on commit dae64ff

Please sign in to comment.