Non-Dragable Controls¶
You cannot drag rich text and scrollable objects.For scrollable objects, onDrag lets you know in which direction the control was dragged.
if you set SCROLL_LOCK to STYLE property, the window system calls onDrag when you drag these controls.And you can get a dragged direction of these controls.Even if you set DRAG to STYLE property, these controls do not affect anything.