Setting a style on a list box like so:
Works perfectly for a mouse click, hold and drag. But not for a touch. Has anybody got any ideas? I really really need help with this.
EDIT: By touch, I mean I am using a touchscreen overlay. I've just read elsewhere on the forum that the drag drop manager's 'drag' is defined my left mouse button down, this touchscreen does not simulate a mouse but instead fires it's own touch events so is there anyway I can get this drag to be triggered by a touch?? As I have laready implemented a rather complex custom drag drop behaviour between the listbox and radscheduleview.
<Setter Property="telerik:RadDragAndDropManager.AllowDrag" Value="True" />
Works perfectly for a mouse click, hold and drag. But not for a touch. Has anybody got any ideas? I really really need help with this.
EDIT: By touch, I mean I am using a touchscreen overlay. I've just read elsewhere on the forum that the drag drop manager's 'drag' is defined my left mouse button down, this touchscreen does not simulate a mouse but instead fires it's own touch events so is there anyway I can get this drag to be triggered by a touch?? As I have laready implemented a rather complex custom drag drop behaviour between the listbox and radscheduleview.