Click and drag? The UIDragDropItem has several options on how to start the drag operation. Press and hold is one of them, but there is no "click". If you want it to react to click, I would say set it to Press And Hold, then write a new script that will react to OnClick(), get the UIDragDropItem component and call its StartDragging() function.