Peraphs stupid question about scroll bar in listview...

User avatar
sal21
PlatinumLounger
Posts: 4362
Joined: 26 Apr 2010, 17:36

Peraphs stupid question about scroll bar in listview...

Post by sal21 »

I use vb6 classic and listview.
I need to know:

- if is possibl to intercept the scroll of scrollbar event?
- and, if i click on the up and down on the little arrow correspond to the scroll of one realted row of listview?

User avatar
HansV
Administrator
Posts: 78524
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: Peraphs stupid question about scroll bar in listview...

Post by HansV »

Not easily - you'd need Windows API functions. See Detect when the user scrolls a ListView control.
Best wishes,
Hans