DropZone items with custom template

Hi,
I was wondering if the RazenDropZone allows having items that have a custom template with components? I want to implement a way to let the user order a list of items in a stack. Each item has components.

Thanks!

Jeronimo

You can put any components as DropZone content:

The DropZoneConainer also allows you to define template for items.

Thank you!
I was able to make it work with my component. Is it possible to enable dragging only using a handle? My problem is that my component includes a text edit and by being inside the draggable component, I lose the ability to select text inside the edit control.

Thanks again!

Jeronimo