Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

Flickable does not react to the movement of the mouse

$
0
0
When I try to move Flickable with the mouse, it does not move and it does not respond to the mouse wheel, how to enable Flickable dragging? ScrollView {  id: scrollview    anchors.fill: parent  flickableItem.dragging: true //<--here is Flickable  Rectangle {   color: "orange"   width: scrollview.viewport.width   height: 2000  } } ERROR: Invalid property assignment: “dragging” is a read-only property Qt 5.3.1; Win7 64x

Viewing all articles
Browse latest Browse all 4972

Trending Articles