Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / DragDropEventArgs Class / ScrollViewer Property

In This Topic
    ScrollViewer Property (DragDropEventArgs)
    In This Topic
    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 ScrollViewer
    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.
    See Also