diff -r 9f56a4e1b8ab -r 08e69e956a8c uifw/AvKon/aknhlist/inc/akntreelistview.h --- 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; };