diff -r aabf2c525e0f -r 9f56a4e1b8ab uifw/AvKon/aknhlist/inc/akntreelistview.h --- a/uifw/AvKon/aknhlist/inc/akntreelistview.h Fri Mar 12 15:43:43 2010 +0200 +++ b/uifw/AvKon/aknhlist/inc/akntreelistview.h Mon Mar 15 12:41:34 2010 +0200 @@ -448,12 +448,9 @@ TInt& TopIndex(); TInt& BottomIndex(); -void UpdateIndexes(); - TInt iItemCountLimit; TInt iHighlightIndex; TInt iTopIndex; -TInt iBottomIndex; #endif //RD_UI_TRANSITION_EFFECTS_LIST @@ -866,6 +863,12 @@ */ void UpdateViewItemAsVisible( CAknTreeItem* aItem ); + /** + * Updates indexes + */ + void UpdateIndexes(); + + // from base class CCoeControl /** @@ -1083,6 +1086,11 @@ * Long tap detector */ CAknLongTapDetector* iLongTapDetector; + + /** + * Last visible item index + */ + TInt iBottomIndex; };