Data ListOn Drag Over Method
This is overridden to scroll the data list as needed during drag and drop operations
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
protected override void OnDragOver(
DragEventArgs drgevent
)VB
Protected Overrides Sub OnDragOver (
drgevent As DragEventArgs
)C++
protected:
virtual void OnDragOver(
DragEventArgs^ drgevent
) overrideF#
abstract OnDragOver :
drgevent : DragEventArgs -> unit
override OnDragOver :
drgevent : DragEventArgs -> unit Parameters
- drgevent DragEventArgs
- The event arguments
Remarks
The list will scroll up if within 20 pixels of the top of the row panel. It will scroll
down if within 20 pixels of the bottom of the row panel.