uifw/AvKon/aknhlist/inc/akntreelistview.h
branchRCL_3
changeset 15 08e69e956a8c
parent 10 9f56a4e1b8ab
child 18 0aa5fbdfbc30
--- a/uifw/AvKon/aknhlist/inc/akntreelistview.h	Mon Mar 15 12:41:34 2010 +0200
+++ b/uifw/AvKon/aknhlist/inc/akntreelistview.h	Wed Mar 31 21:59:52 2010 +0300
@@ -642,8 +642,10 @@
 
     /**
      * Updates scrollbars.
+     * 
+     * @param  aDrawNow  Whether or not to draw the scrollbar.
      */
-    void UpdateScrollbars();
+    void UpdateScrollbars( TBool aDrawNow );
 
     /**
      * Updates the horizontal position of the view so that the beginning of
@@ -1091,6 +1093,11 @@
     * Last visible item index
 	*/
 	TInt iBottomIndex;
+	
+	/**
+	 * Whether or not mirrored layout is currently in use.
+	 */
+	TBool iMirroredLayoutInUse;
     };