LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

implementing-wpf-dragdrop - Implement WPF Drag and Drop Patterns

Implements WPF drag and drop functionality using DragDrop.DoDragDrop, DataObject, and drag/drop events for data transfer.

Tags

Updated: 2026-09-20

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Initiate text drag operations
  • Support multiple data formats
  • Handle drop target events
  • Create file drop zone control
  • Configure drag drop effects

Inputs

  • Dragged text or data items
  • Dropped files or text
  • Accepted file extensions

Outputs

  • DragDropEffects state
  • FilesDropped event payload
  • Drop zone highlight state

Requirements

  • WPF framework
  • .NET environment

Source

  • Spec: SKILL.md
wpf
drag-drop
csharp
xaml
ui-control
Initiate text drag operations
Support multiple data formats
Handle drop target events
Create file drop zone control
Dragged text or data items
Dropped files or text
Accepted file extensions
DragDropEffects state
FilesDropped event payload
Drop zone highlight state