ComponentOne Basic Library for WPF and Silverlight
ScrollViewer Property (DragDropEventArgs)


C1.WPF Namespace > DragDropEventArgs Class : ScrollViewer Property
Gets or sets the ScrollViewer that will scroll automatically during the drag drop operation when the mouse is near its edge.
Syntax
'Declaration
 
Public Property ScrollViewer As System.Windows.Controls.ScrollViewer
'Usage
 
Dim instance As DragDropEventArgs
Dim value As System.Windows.Controls.ScrollViewer
 
instance.ScrollViewer = value
 
value = instance.ScrollViewer
public System.Windows.Controls.ScrollViewer ScrollViewer {get; set;}
Remarks
The C1DragDropManager selects the ScrollViewer by default. If there are several nested scroll viewers, the innermost is selected by default. If that is not the desired behavior, callers may modify this behavior by setting this property to a reference to the desired ScrollViewer.
See Also

Reference

DragDropEventArgs Class
DragDropEventArgs Members