Planogram Drag and Drop

Hai i have use planogram sample. Here i want to stop the feature of drag and drop from left palette to View. How to handle in the planograme sample. Thanks in advance.

Set goPalette1.AllowDragOut = false

When i use the property the drag and drop feature is worked. But specifically i don't want the drag and drop feature from gopallett to goview. So give a suggession.

AllowDragOut does prevent dragging out of the palette, so you can’t drag into the view. (Why would you want a palette that you can’t use?)