setCanDrag abstract method

void setCanDrag(
  1. bool value
)

Whether the user can drag the widget, for example to initiate a scroll.

Implementation

void setCanDrag(bool value);