homescreenapp/stateplugins/hsmenuworkerstateplugin/src/hsaddappstocollectionstate.cpp
changeset 97 66b5fe3c07fd
parent 86 e4f038c420f7
child 98 e6f74eb7f69f
--- a/homescreenapp/stateplugins/hsmenuworkerstateplugin/src/hsaddappstocollectionstate.cpp	Mon Sep 27 11:52:00 2010 +0300
+++ b/homescreenapp/stateplugins/hsmenuworkerstateplugin/src/hsaddappstocollectionstate.cpp	Wed Oct 06 16:06:24 2010 +0300
@@ -18,6 +18,7 @@
 #include <HbDocumentLoader>
 #include <HbDialog>
 #include <HbListView>
+#include <HbScrollBar>
 #include <QStandardItemModel>
 #include <qfinalstate.h>
 #include <QDebug>
@@ -447,6 +448,7 @@
         mModel = standardItemModel(mCollectionId);
         mModel->setParent(mListDialog);
         listView->setModel(mModel);
+        listView->verticalScrollBar()->setInteractive(true);
         
         connect(listView, SIGNAL(activated(const QModelIndex &)),
                 this, SLOT(collectionSelected(const QModelIndex &)));