C# WPF Gong - Drag and Drop: Configuring Drag Handle

Viewed 25

I'm using the Gong Drag and Drop solution in a WPF project which enables people to create a UI by dragging/dropping input fields within a custom user control.

Is there a way to define a specific drag-handle which needs to be clicked/dragged? Right now, the default is that the draggable items can be clicked/dragged anywhere inside the ItemsControlTemplate.

0 Answers
Related