uifw/AvKon/aknhlist/inc/akntreelistview.h
branchRCL_3
changeset 15 08e69e956a8c
parent 10 9f56a4e1b8ab
child 18 0aa5fbdfbc30
equal deleted inserted replaced
10:9f56a4e1b8ab 15:08e69e956a8c
   640      */
   640      */
   641     void LayoutView();
   641     void LayoutView();
   642 
   642 
   643     /**
   643     /**
   644      * Updates scrollbars.
   644      * Updates scrollbars.
   645      */
   645      * 
   646     void UpdateScrollbars();
   646      * @param  aDrawNow  Whether or not to draw the scrollbar.
       
   647      */
       
   648     void UpdateScrollbars( TBool aDrawNow );
   647 
   649 
   648     /**
   650     /**
   649      * Updates the horizontal position of the view so that the beginning of
   651      * Updates the horizontal position of the view so that the beginning of
   650      * the currently focused item can be seen. If the focused item is not in
   652      * the currently focused item can be seen. If the focused item is not in
   651      * the set of visible items, this method has no effect.
   653      * the set of visible items, this method has no effect.
  1089 
  1091 
  1090    /**
  1092    /**
  1091     * Last visible item index
  1093     * Last visible item index
  1092 	*/
  1094 	*/
  1093 	TInt iBottomIndex;
  1095 	TInt iBottomIndex;
       
  1096 	
       
  1097 	/**
       
  1098 	 * Whether or not mirrored layout is currently in use.
       
  1099 	 */
       
  1100 	TBool iMirroredLayoutInUse;
  1094     };
  1101     };
  1095 
  1102 
  1096 
  1103 
  1097 #endif // C_AKNTREELISTVIEW_H
  1104 #endif // C_AKNTREELISTVIEW_H