<SOLVED>Is that possilbe to implement a normal scroll bar in QML?
-
I am trying to implement a scroll bar which is attched with a ListView.
Everything works well unitl I remove items from the ListView.
The problem is that:
when i removed the items which are clipped in listview, then drag the scroll bar, the listview will be displayed incorrectly.
i worked on this for a long time.
do u have any idea about this? -
Here is a nice "link":http://labs.qt.nokia.com/2012/06/06/desktop-components-for-qt-5/. It's a lab projects aimed at making desktop QML components that look and behave more or less as current widgets.