How to catch left click and drag event?

Hi,

I want to scroll my panel when user left clicks and drags the mouse (left click is pressed and mouse is moved). How do I achieve this, should I mix EVT_LEFT_DOWN and EVT_MOTION events? How to do this?

Best regards