views:

22

answers:

1

My target is an entire listbox clipped in a canvas, but I guess there should be something that can work for all controls?

How to make a control draggable and even attached x or y constraints?

A: 

You would have to cycle thru all the child controls and add handlers to mouse events.

Within those events you control the drag and the bounds.

Vaibhav Garg