diff -r b0711afde476 -r fa7c359294fa calendarui/views/src/calenagendaviewwidget.cpp --- a/calendarui/views/src/calenagendaviewwidget.cpp Fri Sep 17 08:29:05 2010 +0300 +++ b/calendarui/views/src/calenagendaviewwidget.cpp Mon Oct 04 00:15:49 2010 +0300 @@ -319,7 +319,10 @@ // TODO : remove this line after gestures are available mEventsList->installEventFilter(mView); - + + // Enable the pixmap cache for better scrolling performance + mEventsList->setItemPixmapCacheEnabled(true); + // Connect to the long press and activation signals connect(mEventsList, SIGNAL(longPressed(HbAbstractViewItem*, const QPointF&)), this, SLOT(itemLongPressed(HbAbstractViewItem*, const QPointF&)));