diff -r e3cecb93e76a -r a76e86df7ccd videocollection/videofiledetailsview/src/videofiledetailsviewplugin.cpp --- a/videocollection/videofiledetailsview/src/videofiledetailsviewplugin.cpp Wed Aug 18 09:50:14 2010 +0300 +++ b/videocollection/videofiledetailsview/src/videofiledetailsviewplugin.cpp Thu Sep 02 20:28:16 2010 +0300 @@ -15,7 +15,7 @@ * */ -// Version : %version: 76.1.7 % +// Version : %version: 76.1.8 % // INCLUDE FILES #include @@ -34,6 +34,7 @@ #include #include #include +#include #include #include #include @@ -231,6 +232,15 @@ } list->setEnabledAnimations(HbAbstractItemView::None); + + list->setVerticalScrollBarPolicy(HbScrollArea::ScrollBarAsNeeded); + + HbScrollBar* bar = list->verticalScrollBar(); + + if(bar) + { + bar->setInteractive(true); + } } // ---------------------------------------------------------------------------