--- a/calendarui/views/src/calenagendaviewwidget.cpp Mon Sep 06 15:58:44 2010 +0530
+++ b/calendarui/views/src/calenagendaviewwidget.cpp Mon Sep 20 12:44:39 2010 +0530
@@ -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&)));