Quote Originally Posted by munna View Post
If I set dragEnabled to true then user cannot select multiple items by just dragging the mouse.
I think that's fairly reasonable. There must be a distinction between dragging items and selecting items by dragging. You can't have both because it would be kind of impossible to know when the user wants to (de)select and when to drag.

I think it's still possible to change the behaviour by overriding appropriate mouse event handlers and adjusting for example the dragEnabled property on the fly according to the selection state of pressed index.