<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2523" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I was wondering what the best method is to scroll a 
listview or listbox when dragging items within it.&nbsp; I've had dragability in 
my software for some time, but it's a pain for users when the drop point is not 
visible and it needs scrolling.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Do I need to write my own routines&nbsp;based on 
the MouseDown, MouseMove&nbsp;and IsDragging functions?&nbsp; </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>How does it work if the mouse is moved above or 
below&nbsp;the listview component on the screen.&nbsp; I presume the MouseMove 
will be triggering on&nbsp;other&nbsp;components and not the 
listview.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><FONT color=#000000>Cheers,</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2><FONT 
color=#000000>Ross.</FONT></FONT></DIV></BODY></HTML>