Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Datawindow Scrolling

Status
Not open for further replies.

lolo327

Programmer
Nov 25, 2003
14
GB
Hi,

I would like to know when the scrolling of a datawindow (via the vertical scrollbar) is finished.

How can I do that ?

Many thanks for your help
 
Perhaps you could try using the lbuttonup event if using the pfc or creating a user event mapped to the pbm_lbuttonup event (but you would have to check to make sure the user is not clicking on a 'non-scrollbar' portion of the dw).

Another idea would be to check the vertical scroll position against the vertical scroll bar maximum position.

I've not done either so I can't provide any examples or pitfalls of either approach.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top