[]
        
(Showing Draft Content)

C1.WPF.DragDropEventArgs.ScrollViewer

ScrollViewer Property

ScrollViewer

Gets or sets the ScrollViewer that will scroll automatically during the drag drop operation when the mouse is near its edge.

Declaration
public 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.