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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

user control and shift down

Status
Not open for further replies.

vbkal

Programmer
Jan 30, 2002
13
BE
Hello,

I've made a user control with a matrix of listviews, say 7 by 20 where 4 rows are visible per time.
Now, I want to drag items from a datagrid on my control.
But (and this is where I go in the mist) I want to scroll down through my matrix if I scroll down the bottom. But I don't find which event to trigger. Does anybody have a clue?

|---|---|---|---|---|---|---| ^
| | | | | | | | |
|---|---|---|---|---|---|---| |
| | | | | | | | |
|---|---|---|---|---|---|---| |
| | | | | | | | |
|---|---|---|---|---|---|---| |
| | | | | | | | |
|---|---|---|---|---|---|---| v

I've tried OnDragLeave, but how do I know whether I went down, left, right or up ?

thx in advance,
Kathleen
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top