-
kinetic scrolling
Hi i am using qtopia4.3 ... How can i enable kinetic scrolling for a qlistwidget ...
Actually scrollbars appears automatically for a list widget but for scrolling we have to drag the scroller, instead I want to scroll just by clicking and dragging any part of the widget.
Is this property available ... then how can it be done by customizing the qlistwidget ... :confused
-
Re: kinetic scrolling
You can fr example reimplement the mouseMoveEvent fr the widget or apply an event filter on the viewport and adjust scrollbar values.
-
Re: kinetic scrolling
Hi,
Thank you the issue is solved ...