emailuis/uicomponents/src/fstreelist.cpp
changeset 3 a4d6f1ea0416
parent 2 5253a20d2a1e
--- a/emailuis/uicomponents/src/fstreelist.cpp	Mon Jan 18 20:08:26 2010 +0200
+++ b/emailuis/uicomponents/src/fstreelist.cpp	Tue Jan 26 11:45:42 2010 +0200
@@ -111,6 +111,16 @@
     return iTreeControl;
     }
 
+void CFsTreeList::BeginUpdate()
+    {
+    iTreeVisualizer->SetAutoRefreshAtInsert( EFalse );    
+    }
+
+void CFsTreeList::EndUpdateL()
+    {
+    iTreeVisualizer->SetAutoRefreshAtInsert( ETrue );        
+    }
+
 // ---------------------------------------------------------------------------
 // Inserts new item as a child of parent given by Id with the given position.
 // ---------------------------------------------------------------------------