Groups | Blog | Home
all groups > dotnet windows forms > june 2007 >

dotnet windows forms : DragDropEffects.Scroll


costashu
6/28/2007 12:10:03 PM
1. What means "scrolled in" in this MSDN Library for Visual Studio 2005
explanation - "All - The data is copied, removed from the drag source, and
scrolled in the drop target"?
2. What means "scroll" and "scrolling" in this MSDN Library for Visual
Studio 2005 explanation - "Scroll - Scrolling is about to start or is
currently occurring in the drop target"?

Writing? Pasting? Typing in? Or what else?

costashu
6/29/2007 2:28:02 PM
Thanks. I have tried to use DragDropEffects.Scroll member in drag-and-drop
operation between textboxes, but has not seen this member influence. What it
Jeff Johnson
6/29/2007 4:49:49 PM
[quoted text, click to view]

Don't know about that one.

[quoted text, click to view]

In this one, scrolling refers to moving the contents of the object so that
you can see other parts of it. Think of a list box with too many items to
see at one time. When you use the scroll bars to make other items visible
you are "scrolling."

AddThis Social Bookmark Button