View Single Post
Posts: 115 | Thanked: 83 times | Joined on Aug 2010 @ Paris, France
#2
You may try this:

Code:
scroller = mywidget.property("kineticScroller").toPyObject()
if scroller:
    scroller.setEnabled(True)
 

The Following 3 Users Say Thank You to Twidi For This Useful Post: